CBMC
|
Memory address imbued with the explicit boolean data indicating if the address is null or not. More...
#include <gdb_api.h>
Public Member Functions | |
memory_addresst () | |
memory_addresst (const std::string &address_string) | |
bool | is_null () const |
bool | operator< (const memory_addresst &other) const |
std::string | string () const |
Public Attributes | |
bool | null_address |
std::string | address_string |
Memory address imbued with the explicit boolean data indicating if the address is null or not.
|
inlineexplicit |
|
inline |
|
inline |