SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
KeySeq.h File Reference
+ Include dependency graph for KeySeq.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 SWC
 The SWC-DB C++ namespace 'SWC'.
 
 SWC::DB
 The SWC-DB Database C++ namespace 'SWC::DB'.
 
 SWC::DB::Types
 The SWC-DB Types C++ namespace 'SWC::DB::Types'.
 

Enumerations

enum  SWC::DB::Types::KeySeq : uint8_t {
  SWC::DB::Types::KeySeq::UNKNOWN = 0,
  SWC::DB::Types::KeySeq::LEXIC = 1,
  SWC::DB::Types::KeySeq::VOLUME = 2,
  SWC::DB::Types::KeySeq::FC_LEXIC = 3,
  SWC::DB::Types::KeySeq::FC_VOLUME = 4
}
 

Functions

bool SWC_CONST_FUNC SWC::DB::Types::is_fc (KeySeq typ) noexcept
 
const char *SWC_CONST_FUNC SWC::DB::Types::to_string (KeySeq typ) noexcept
 
KeySeq SWC_PURE_FUNC SWC::DB::Types::range_seq_from (const std::string &typ) noexcept
 
SWC_CAN_INLINE std::string SWC::DB::Types::repr_range_seq (int typ)
 
SWC_CAN_INLINE int SWC::DB::Types::from_string_range_seq (const std::string &typ) noexcept