|
int32_t | tkrzw::LexicalKeyComparator (std::string_view a, std::string_view b) |
| Key comparator in the lexical order. More...
|
|
int32_t | tkrzw::LexicalCaseKeyComparator (std::string_view a, std::string_view b) |
| Key comparator in the lexical order ignoring case. More...
|
|
int32_t | tkrzw::DecimalKeyComparator (std::string_view a, std::string_view b) |
| Key comparator in the order of the decimal integer numeric expressions. More...
|
|
int32_t | tkrzw::HexadecimalKeyComparator (std::string_view a, std::string_view b) |
| Key comparator in the order of the hexadecimal integer numeric expressions. More...
|
|
int32_t | tkrzw::RealNumberKeyComparator (std::string_view a, std::string_view b) |
| Key comparator in the order of the decimal real number expressions. More...
|
|
int32_t | tkrzw::PairLexicalKeyComparator (std::string_view a, std::string_view b) |
| Key comparator for serialized pair strings in the lexical order. More...
|
|
int32_t | tkrzw::PairLexicalCaseKeyComparator (std::string_view a, std::string_view b) |
| Key comparator for serialized pair strings in the lexical order ignoring case. More...
|
|
int32_t | tkrzw::PairDecimalKeyComparator (std::string_view a, std::string_view b) |
| Key comparator for serialized pair strings in the decimal integer order. More...
|
|
int32_t | tkrzw::PairHexadecimalKeyComparator (std::string_view a, std::string_view b) |
| Key comparator for serialized pair strings in the hexadecimal integer order. More...
|
|
int32_t | tkrzw::PairRealNumberKeyComparator (std::string_view a, std::string_view b) |
| Key comparator for serialized pair strings in the decimal real number order. More...
|
|
Built-in comparators for record keys.