CBMC
|
Data associated with the value of a pointer, i.e. More...
#include <gdb_api.h>
Public Member Functions | |
pointer_valuet (const std::string &address="", const std::string &pointee="", const std::string &character="", const std::optional< std::string > &string={}, const bool valid=false) | |
bool | has_known_offset () const |
Public Attributes | |
memory_addresst | address |
std::string | pointee |
std::string | character |
std::optional< 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 |
std::optional<std::string> gdb_apit::pointer_valuet::string |