|
| in_vector (uint32_t elements, uint32_t element_length, qsort2_cmp cmp_func, const charset_info_st *const cmp_coll) |
|
virtual void | set (uint32_t pos, Item *item)=0 |
|
virtual unsigned char * | get_value (Item *item)=0 |
|
void | sort () |
|
int | find (Item *item) |
|
virtual Item * | create_item () |
|
virtual void | value_to_item (uint32_t, Item *) |
|
bool | compare_elems (uint32_t pos1, uint32_t pos2) |
|
virtual Item_result | result_type ()=0 |
|
|
static void * | operator new (size_t size) |
|
static void * | operator new (size_t size, Root &root) |
|
static void * | operator new (size_t size, Root *root) |
|
static void * | operator new[] (size_t size) |
|
static void * | operator new[] (size_t size, Root &root) |
|
static void * | operator new[] (size_t size, Root *root) |
|
static void | operator delete (void *) |
|
static void | operator delete (void *, Root &) |
|
static void | operator delete (void *, Root *) |
|
static void | operator delete[] (void *) |
|
static void | operator delete[] (void *, Root &) |
|
static void | operator delete[] (void *, Root *) |
|
|
char * | base |
|
uint32_t | size |
|
qsort2_cmp | compare |
|
const charset_info_st * | collation |
|
uint32_t | count |
|
uint32_t | used_count |
|
Definition at line 733 of file cmpfunc.h.
The documentation for this class was generated from the following files: