Helper data structure for a vector of nodes. More...
#include <MultiGraph.h>
Public Member Functions | |
int | format (char *buf, size_t sz) const |
std::string | dump () const |
Helper data structure for a vector of nodes.
Definition at line 204 of file MultiGraph.h.
std::string dtn::MultiGraph< _NodeInfo, _EdgeInfo >::NodeVector::dump | ( | ) | const [inline] |
Definition at line 208 of file MultiGraph.h.
References dtn::MultiGraph< _NodeInfo, _EdgeInfo >::NodeVector::format(), and len.
int dtn::MultiGraph< _NodeInfo, _EdgeInfo >::NodeVector::format | ( | char * | buf, | |
size_t | sz | |||
) | const |
Referenced by dtn::MultiGraph< _NodeInfo, _EdgeInfo >::NodeVector::dump().