SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
Identifiers.h
Go to the documentation of this file.
1 /*
2  * SWC-DB© Copyright since 2019 Alex Kashirin <kashirin.alex@gmail.com>
3  * License details at <https://github.com/kashirin-alex/swc-db/#license>
4  */
5 
6 #ifndef swcdb_db_types_Identifiers_h
7 #define swcdb_db_types_Identifiers_h
8 
9 #include "swcdb/core/Compat.h"
10 
11 namespace SWC {
12 
13 namespace DB { namespace Types { } }
14 
15 
16 typedef uint64_t cid_t;
17 typedef uint64_t rid_t;
18 typedef uint64_t rgrid_t;
19 typedef uint32_t csid_t;
20 
21 
24 
25 
26 
27 }
28 
29 #endif // swcdb_db_types_Identifiers_h
SWC::rids_t
Core::Vector< rid_t, rid_t > rids_t
Definition: Identifiers.h:23
SWC::csid_t
uint32_t csid_t
Definition: Identifiers.h:19
SWC
The SWC-DB C++ namespace 'SWC'.
Definition: main.cc:12
Compat.h
SWC::rgrid_t
uint64_t rgrid_t
Definition: Identifiers.h:18
SWC::cid_t
uint64_t cid_t
Definition: Identifiers.h:16
SWC::Core::Vector< cid_t, cid_t >
SWC::cids_t
Core::Vector< cid_t, cid_t > cids_t
Definition: Identifiers.h:22
SWC::rid_t
uint64_t rid_t
Definition: Identifiers.h:17