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

Public Member Functions

 Vertex (const Vertex &v)
 
 Vertex (Vertex &&v) noexcept
 
 Vertex (Value id, std::vector< Tag > t)
 
void clear ()
 
void __clear ()
 
std::string toString () const
 
Vertexoperator= (Vertex &&rhs) noexcept
 
Vertexoperator= (const Vertex &rhs)
 
bool operator== (const Vertex &rhs) const
 
bool operator< (const Vertex &rhs) const
 
bool contains (const Value &key) const
 
const Valuevalue (const std::string &key) const
 

Public Attributes

Value vid
 
std::vector< Tagtags
 

Detailed Description

Definition at line 59 of file Vertex.h.


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