|
ICU 57.1 57.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 702 of file alphaindex.h.
Definition at line 704 of file alphaindex.h.
| const UnicodeString AlphabeticIndex::Record::name_ |
Definition at line 703 of file alphaindex.h.