ICU 4.8.1.1  4.8.1.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Friends
UCharsTrie::State Class Reference

UCharsTrie state object, for saving a trie's current state and resetting the trie back to this state later. More...

#include <ucharstrie.h>

Inheritance diagram for UCharsTrie::State:
UMemory

Public Member Functions

 State ()
 Constructs an empty State.

Friends

class UCharsTrie

Additional Inherited Members

- Static Public Member Functions inherited from UMemory
static void * operator new (size_t size)
 Override for ICU4C C++ memory management.
static void * operator new[] (size_t size)
 Override for ICU4C C++ memory management.
static void operator delete (void *p)
 Override for ICU4C C++ memory management.
static void operator delete[] (void *p)
 Override for ICU4C C++ memory management.
static void * operator new (size_t, void *ptr)
 Override for ICU4C C++ memory management for STL.
static void operator delete (void *, void *)
 Override for ICU4C C++ memory management for STL.

Detailed Description

UCharsTrie state object, for saving a trie's current state and resetting the trie back to this state later.

Draft:
This API may be changed in the future versions and was introduced in ICU 4.8

Definition at line 100 of file ucharstrie.h.

Constructor & Destructor Documentation

UCharsTrie::State::State ( )
inline

Constructs an empty State.

Draft:
This API may be changed in the future versions and was introduced in ICU 4.8

Definition at line 106 of file ucharstrie.h.

References NULL.


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