ICU 62.1 62.1
Public Member Functions | Data Fields
icu::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 icu::AlphabeticIndex::Record:
icu::UMemory

Public Member Functions

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

Data Fields

const UnicodeString name_
 
const voiddata_
 

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 705 of file alphaindex.h.

Field Documentation

◆ data_

const void* icu::AlphabeticIndex::Record::data_

Definition at line 707 of file alphaindex.h.

◆ name_

const UnicodeString icu::AlphabeticIndex::Record::name_

Definition at line 706 of file alphaindex.h.


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