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

Public Member Functions

 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
 
Stepoperator= (Step &&rhs) noexcept
 
Stepoperator= (const Step &rhs) noexcept
 
bool operator== (const Step &rhs) const
 
bool operator< (const Step &rhs) const
 

Public Attributes

Vertex dst
 
EdgeType type
 
std::string name
 
EdgeRanking ranking
 
std::unordered_map< std::string, Valueprops
 

Detailed Description

Definition at line 14 of file Path.h.


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