OpenSDN source code
|
#include <db_graph_base.h>
Public Member Functions | |
EdgeProperties (std::string name, DBGraphEdge *e) | |
const std::string & | name () const |
Public Attributes | |
std::string | name_ |
DBGraphEdge * | edge |
Definition at line 45 of file db_graph_base.h.
|
inline |
Definition at line 46 of file db_graph_base.h.
|
inline |
Definition at line 48 of file db_graph_base.h.
DBGraphEdge* DBGraphBase::EdgeProperties::edge |
Definition at line 52 of file db_graph_base.h.
std::string DBGraphBase::EdgeProperties::name_ |
Definition at line 51 of file db_graph_base.h.