CBMC
|
#include <graphml.h>
Public Types | |
typedef graph_nodet< xml_edget >::edget | edget |
typedef graph_nodet< xml_edget >::edgest | edgest |
Public Types inherited from graph_nodet< xml_edget > | |
typedef std::size_t | node_indext |
typedef xml_edget | edget |
typedef std::map< node_indext, edget > | edgest |
Public Attributes | |
std::string | node_name |
irep_idt | file |
irep_idt | line |
bool | is_violation |
bool | has_invariant |
std::string | invariant |
std::string | invariant_scope |
Public Attributes inherited from graph_nodet< xml_edget > | |
edgest | in |
edgest | out |
Additional Inherited Members | |
Public Member Functions inherited from graph_nodet< xml_edget > | |
void | add_in (node_indext n) |
void | add_out (node_indext n) |
void | erase_in (node_indext n) |
void | erase_out (node_indext n) |
std::string | pretty (const node_indext &idx) const |
virtual | ~graph_nodet () |
typedef graph_nodet<xml_edget>::edgest xml_graph_nodet::edgest |
typedef graph_nodet<xml_edget>::edget xml_graph_nodet::edget |