|
| Edge (Edge &&v) noexcept |
|
| Edge (const Edge &v) |
|
| Edge (Value s, Value d, EdgeType t, std::string n, EdgeRanking r, std::unordered_map< std::string, Value > &&p) |
|
void | clear () |
|
void | __clear () |
|
std::string | toString () const |
|
bool | operator== (const Edge &rhs) const |
|
void | format () |
|
void | reverse () |
|
bool | operator< (const Edge &rhs) const |
|
bool | contains (const Value &key) const |
|
const Value & | value (const std::string &key) const |
|
|
Value | src |
|
Value | dst |
|
EdgeType | type |
|
std::string | name |
|
EdgeRanking | ranking |
|
std::unordered_map< std::string, Value > | props |
|
Definition at line 15 of file Edge.h.
The documentation for this struct was generated from the following file:
- include/common/datatypes/Edge.h