ICU 62.1 62.1
|
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.
Definition at line 707 of file alphaindex.h.
const UnicodeString icu::AlphabeticIndex::Record::name_ |
Definition at line 706 of file alphaindex.h.