OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DBGraphBase::EdgeProperties Struct Reference

#include <db_graph_base.h>

Collaboration diagram for DBGraphBase::EdgeProperties:

Public Member Functions

 EdgeProperties (std::string name, DBGraphEdge *e)
 
const std::string & name () const
 

Public Attributes

std::string name_
 
DBGraphEdgeedge
 

Detailed Description

Definition at line 45 of file db_graph_base.h.

Constructor & Destructor Documentation

DBGraphBase::EdgeProperties::EdgeProperties ( std::string  name,
DBGraphEdge e 
)
inline

Definition at line 46 of file db_graph_base.h.

Member Function Documentation

const std::string& DBGraphBase::EdgeProperties::name ( ) const
inline

Definition at line 48 of file db_graph_base.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: