ICU 49.1.1  49.1.1
Public Member Functions | Protected Attributes
StringTrieBuilder::FinalValueNode Class Reference

#include <stringtriebuilder.h>

Inheritance diagram for StringTrieBuilder::FinalValueNode:
StringTrieBuilder::Node UObject UMemory

Public Member Functions

 FinalValueNode (int32_t v)
virtual UBool operator== (const Node &other) const
virtual void write (StringTrieBuilder &builder)
- Public Member Functions inherited from StringTrieBuilder::Node
 Node (int32_t initialHash)
int32_t hashCode () const
UBool operator!= (const Node &other) const
virtual int32_t markRightEdgesFirst (int32_t edgeNumber)
 Traverses the Node graph and numbers branch edges, with rightmost edges first.
void writeUnlessInsideRightEdge (int32_t firstRight, int32_t lastRight, StringTrieBuilder &builder)
int32_t getOffset () const
- Public Member Functions inherited from UObject
virtual ~UObject ()
 Destructor.
virtual UClassID getDynamicClassID () const =0
 ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.

Protected Attributes

int32_t value
- Protected Attributes inherited from StringTrieBuilder::Node
int32_t hash
int32_t offset

Additional Inherited Members

- Static Public Member Functions inherited from StringTrieBuilder::Node
static int32_t hashCode (const Node *node)

Detailed Description

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

Definition at line 249 of file stringtriebuilder.h.


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