| CBMC
    | 
Data associated with the value of a pointer, i.e. More...
#include <gdb_api.h>
 Collaboration diagram for gdb_apit::pointer_valuet:
 Collaboration diagram for gdb_apit::pointer_valuet:| Public Member Functions | |
| pointer_valuet (const std::string &address="", const std::string &pointee="", const std::string &character="", const optionalt< std::string > &string={}, const bool valid=false) | |
| bool | has_known_offset () const | 
| Public Attributes | |
| memory_addresst | address | 
| std::string | pointee | 
| std::string | character | 
| optionalt< std::string > | string | 
| bool | valid | 
Data associated with the value of a pointer, i.e.
not only the address but also the pointee (if known), string (in the case of char*), etc.
| 
 | inline | 
| 
 | inline | 
| memory_addresst gdb_apit::pointer_valuet::address |