| Kyoto Cabinet
   
    | 
Comparator in the lexical descending order. More...
#include <kccompare.h>
| Public Member Functions | |
| int32_t | compare (const char *akbuf, size_t aksiz, const char *bkbuf, size_t bksiz) | 
| Compare two keys. | |
Comparator in the lexical descending order.
| int32_t kyotocabinet::LexicalDescendingComparator::compare | ( | const char * | akbuf, | 
| size_t | aksiz, | ||
| const char * | bkbuf, | ||
| size_t | bksiz | ||
| ) |  [virtual] | 
Compare two keys.
| akbuf | the pointer to the region of one key. | 
| aksiz | the size of the region of one key. | 
| bkbuf | the pointer to the region of the other key. | 
| bksiz | the size of the region of the other key. | 
Implements kyotocabinet::Comparator.
 1.7.6.1
 1.7.6.1