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