NebulaGraph CPP Client  release-3.4
Path Struct Reference
Collaboration diagram for Path:

Public Member Functions

 Path (const Path &p)=default
 
 Path (Path &&p) noexcept
 
 Path (Vertex v, std::vector< Step > s)
 
void clear ()
 
void __clear ()
 
std::string toString () const
 
Pathoperator= (Path &&rhs) noexcept
 
Pathoperator= (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
 

Public Attributes

Vertex src
 
std::vector< Stepsteps
 

Detailed Description

Definition at line 106 of file Path.h.


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