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