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

Public Member Functions

 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 Valuevalue (const std::string &key) const
 

Public Attributes

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

Detailed Description

Definition at line 15 of file Edge.h.


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