SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
Comparators_basic.h File Reference
+ 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::Condition
 The SWC-DB Comparators C++ namespace 'SWC::Condition'.
 

Functions

int SWC::Condition::mem_cmp (const uint8_t *b1, const uint8_t *b2, size_t count) noexcept SWC_ATTRIBS((SWC_ATTRIB_O3))
 
bool SWC::Condition::mem_eq (const uint8_t *b1, const uint8_t *b2, size_t count) noexcept SWC_ATTRIBS((SWC_ATTRIB_O3))
 
int SWC::Condition::str_cmp (const char *s1, const char *s2) noexcept SWC_ATTRIBS((SWC_ATTRIB_O3))
 
int SWC::Condition::str_cmp (const char *s1, const char *s2, size_t count) noexcept SWC_ATTRIBS((SWC_ATTRIB_O3))
 
bool SWC::Condition::str_eq (const char *s1, const char *s2) noexcept SWC_ATTRIBS((SWC_ATTRIB_O3))
 
bool SWC::Condition::str_eq (const char *s1, const char *s2, size_t count) noexcept SWC_ATTRIBS((SWC_ATTRIB_O3))
 
bool SWC::Condition::str_case_eq (const char *s1, const char *s2, size_t count) noexcept SWC_ATTRIBS((SWC_ATTRIB_O3))
 
bool SWC::Condition::str_eq (const std::string &s1, const std::string &s2) noexcept SWC_ATTRIBS((SWC_ATTRIB_O3))
 
bool SWC::Condition::mem_eq (const std::string &s1, const std::string &s2) noexcept SWC_ATTRIBS((SWC_ATTRIB_O3))