40 typedef enum { GRAPH_UNDEF, GRAPH_DIRECTED, GRAPH_UNDIRECTED, GRAPH_MIXED }
t_graph;
50 typedef enum { EDGE_UNDEF, EDGE_DIRECTED, EDGE_UNDIRECTED, EDGE_MUTUAL }
t_edge_type;
55 typedef enum { INTEGER, DOUBLE, FLOAT, LONG, BOOLEAN, STRING, LISTSTRING, ANYURI }
t_attr_type;
std::string t_id
Definition: typedefs.h:35
Definition: abstractiter.h:32
t_edge_type
Available edge types.
Definition: typedefs.h:50
t_graph
Available graph types.
Definition: typedefs.h:40
t_edge_property
Available edge topological properties.
Definition: typedefs.h:45
t_attr_type
Available types of attributes.
Definition: typedefs.h:55
float t_edge_value
Definition: typedefs.h:57