| 
    Apache GraphAr C++ Library
    
   The C++ Library for Apache GraphAr 
   | 
 
Public Member Functions | |
| Impl (const std::string &graph_name, VertexInfoVector vertex_infos, EdgeInfoVector edge_infos, const std::vector< std::string > &labels, const std::string &prefix, std::shared_ptr< const InfoVersion > version, const std::unordered_map< std::string, std::string > &extra_info) | |
| bool | is_validated () const noexcept | 
Public Attributes | |
| std::string | name_ | 
| VertexInfoVector | vertex_infos_ | 
| EdgeInfoVector | edge_infos_ | 
| std::vector< std::string > | labels_ | 
| std::string | prefix_ | 
| std::shared_ptr< const InfoVersion > | version_ | 
| std::unordered_map< std::string, std::string > | extra_info_ | 
| std::unordered_map< std::string, int > | vtype_to_index_ | 
| std::unordered_map< std::string, int > | etype_to_index_ | 
Definition at line 1204 of file graph_info.cc.