|
| Path (const Path &p)=default |
|
| Path (Path &&p) noexcept |
|
| Path (Vertex v, std::vector< Step > s) |
|
void | clear () |
|
void | __clear () |
|
std::string | toString () const |
|
Path & | operator= (Path &&rhs) noexcept |
|
Path & | operator= (const Path &rhs) noexcept |
|
bool | operator== (const Path &rhs) const |
|
void | addStep (Step step) |
|
void | reverse () |
|
bool | append (Path path) |
|
bool | operator< (const Path &rhs) const |
|
bool | hasDuplicateEdges () const |
|
bool | hasDuplicateVertices () const |
|
Definition at line 106 of file Path.h.
The documentation for this struct was generated from the following file:
- include/common/datatypes/Path.h