libime
Public Member Functions | Public Attributes | Friends | List of all members
libime::DATriePrivate< V, ORDERED, MAX_TRIAL >::node Struct Reference

Public Member Functions

 node (const int32_t base_=0, const int32_t check_=0)
 
 node (std::istream &in)
 
 FCITX_INLINE_DEFINE_DEFAULT_DTOR_AND_COPY (node)
 

Public Attributes

union {
   int32_t   base
 
   value_type   value
 
}; 
 
int32_t check
 

Friends

std::ostream & operator<< (std::ostream &out, const node &n)
 

Detailed Description

template<typename V, bool ORDERED, int MAX_TRIAL>
struct libime::DATriePrivate< V, ORDERED, MAX_TRIAL >::node

Definition at line 115 of file datrie.cpp.


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