#include <stringtriebuilder.h>
|
| FinalValueNode (int32_t v) |
|
virtual UBool | operator== (const Node &other) const |
|
virtual void | write (StringTrieBuilder &builder) |
|
| 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. More...
|
|
void | writeUnlessInsideRightEdge (int32_t firstRight, int32_t lastRight, StringTrieBuilder &builder) |
|
int32_t | getOffset () const |
|
virtual | ~UObject () |
| Destructor. More...
|
|
|
int32_t | value |
|
int32_t | hash |
|
int32_t | offset |
|
|
static int32_t | hashCode (const Node *node) |
|
- Internal:
- Do not use. This API is for internal use only.
Definition at line 254 of file stringtriebuilder.h.
The documentation for this class was generated from the following file: