ICU 57.1 57.1
AlphabeticIndex::Record Struct Reference

A (name, data) pair, to be sorted by name into one of the index buckets. More...

#include <alphaindex.h>

Inheritance diagram for AlphabeticIndex::Record:
UMemory

Public Member Functions

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

Data Fields

const UnicodeString name_
 
const void * data_
 

Detailed Description

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.

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

Definition at line 702 of file alphaindex.h.

Field Documentation

◆ data_

const void* AlphabeticIndex::Record::data_

Definition at line 704 of file alphaindex.h.

◆ name_

const UnicodeString AlphabeticIndex::Record::name_

Definition at line 703 of file alphaindex.h.


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