libgexf  0.1.3
Typedefs | Enumerations
typedefs.h File Reference
#include <string>

Go to the source code of this file.

Typedefs

typedef std::string libgexf::t_id
 
typedef float libgexf::t_edge_value
 

Enumerations

enum  libgexf::t_graph { GRAPH_UNDEF, GRAPH_DIRECTED, GRAPH_UNDIRECTED, GRAPH_MIXED }
 Available graph types.
 
enum  libgexf::t_edge_property { EDGE_TYPE, EDGE_WEIGHT }
 Available edge topological properties.
 
enum  libgexf::t_edge_type { EDGE_UNDEF, EDGE_DIRECTED, EDGE_UNDIRECTED, EDGE_MUTUAL }
 Available edge types.
 
enum  libgexf::t_attr_type {
  INTEGER, DOUBLE, FLOAT, LONG,
  BOOLEAN, STRING, LISTSTRING, ANYURI
}
 Available types of attributes.
 

Detailed Description

Author
sebastien
Date
8 juin 2009, 14:22

Typedef Documentation

◆ t_edge_value

typedef float libgexf::t_edge_value

Value of edge topological properties

◆ t_id

typedef std::string libgexf::t_id

Type of all IDs