ICU 50.2 50.2
AlphabeticIndex::Record Struct Reference

A record, or item, in the index. More...

#include <alphaindex.h>

Inheritance diagram for AlphabeticIndex::Record:
UMemory

Public Member Functions

 Record (AlphabeticIndex *alphaIndex, const UnicodeString &name, const void *data)
 

Data Fields

AlphabeticIndexalphaIndex_
 
const UnicodeString name_
 
UnicodeString sortingName_
 
const void * data_
 
int32_t serialNumber_
 

Detailed Description

A record, or item, in the index.

Internal
Do not use. This API is for internal use only.

Definition at line 587 of file alphaindex.h.

Field Documentation

◆ alphaIndex_

AlphabeticIndex* AlphabeticIndex::Record::alphaIndex_

Definition at line 588 of file alphaindex.h.

◆ data_

const void* AlphabeticIndex::Record::data_

Definition at line 591 of file alphaindex.h.

◆ name_

const UnicodeString AlphabeticIndex::Record::name_

Definition at line 589 of file alphaindex.h.

◆ serialNumber_

int32_t AlphabeticIndex::Record::serialNumber_

Definition at line 592 of file alphaindex.h.

◆ sortingName_

UnicodeString AlphabeticIndex::Record::sortingName_

Definition at line 590 of file alphaindex.h.


The documentation for this struct was generated from the following file: