NebulaGraph CPP Client  release-3.4
Tag Struct Reference

Public Member Functions

 Tag (Tag &&tag) noexcept
 
 Tag (const Tag &tag)
 
 Tag (std::string tagName, std::unordered_map< std::string, Value > tagProps)
 
void clear ()
 
void __clear ()
 
std::string toString () const
 
Tagoperator= (Tag &&rhs) noexcept
 
Tagoperator= (const Tag &rhs)
 
bool operator== (const Tag &rhs) const
 

Public Attributes

std::string name
 
std::unordered_map< std::string, Valueprops
 

Detailed Description

Definition at line 17 of file Vertex.h.


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