ICU 60.3
60.3
|
A (name, data) pair, to be sorted by name into one of the index buckets. More...
#include <alphaindex.h>
Public Member Functions | |
Record (const UnicodeString &name, const void *data) | |
Data Fields | |
const UnicodeString | name_ |
const void * | data_ |
A (name, data) pair, to be sorted by name into one of the index buckets.
The user data is not used by the index implementation.
Definition at line 705 of file alphaindex.h.