|
ICU 50.2 50.2
|
A record, or item, in the index. More...
#include <alphaindex.h>
Public Member Functions | |
| Record (AlphabeticIndex *alphaIndex, const UnicodeString &name, const void *data) | |
Data Fields | |
| AlphabeticIndex * | alphaIndex_ |
| const UnicodeString | name_ |
| UnicodeString | sortingName_ |
| const void * | data_ |
| int32_t | serialNumber_ |
A record, or item, in the index.
Definition at line 587 of file alphaindex.h.
| AlphabeticIndex* AlphabeticIndex::Record::alphaIndex_ |
Definition at line 588 of file alphaindex.h.
| const void* AlphabeticIndex::Record::data_ |
Definition at line 591 of file alphaindex.h.
| const UnicodeString AlphabeticIndex::Record::name_ |
Definition at line 589 of file alphaindex.h.
| int32_t AlphabeticIndex::Record::serialNumber_ |
Definition at line 592 of file alphaindex.h.
| UnicodeString AlphabeticIndex::Record::sortingName_ |
Definition at line 590 of file alphaindex.h.