List of all members.
Public Member Functions |
| in_vector (uint32_t elements, uint32_t element_length, qsort2_cmp cmp_func, const CHARSET_INFO *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 Public Member Functions |
static void * | operator new (size_t size) |
static void * | operator new (size_t size, Root *mem_root) |
static void * | operator new[] (size_t size) |
static void * | operator new[] (size_t size, Root *mem_root) |
static void | operator delete (void *, size_t) |
static void | operator delete (void *, Root *) |
static void | operator delete[] (void *, Root *) |
static void | operator delete[] (void *, size_t) |
Public Attributes |
char * | base |
uint32_t | size |
qsort2_cmp | compare |
const CHARSET_INFO * | collation |
uint32_t | count |
uint32_t | used_count |
Detailed Description
Definition at line 758 of file cmpfunc.h.
The documentation for this class was generated from the following files: