#include <string>
Go to the source code of this file.
Namespaces | |
namespace | libgexf |
Typedefs | |
typedef std::string | libgexf::t_id |
typedef float | libgexf::t_edge_value |
Enumerations | |
enum | t_graph { GRAPH_UNDEF, GRAPH_DIRECTED, GRAPH_UNDIRECTED, GRAPH_MIXED } |
Available graph types. | |
enum | t_edge_property { EDGE_TYPE, EDGE_WEIGHT } |
Available edge topological properties. | |
enum | t_edge_type { EDGE_UNDEF, EDGE_DIRECTED, EDGE_UNDIRECTED, EDGE_MUTUAL } |
Available edge types. | |
enum | t_attr_type { INTEGER, DOUBLE, FLOAT, LONG, BOOLEAN, STRING, LISTSTRING, ANYURI } |
Available types of attributes. |