Glossygloss
0.2
Glossygloss is set of classes to use several data structure as Tree or hash table.
|
This is the complete list of members for Node< T >, including all inherited members.
_childNbr | Node< T > | private |
_children | Node< T > | private |
_children | Node< T > | private |
_tag | Node< T > | private |
_tag | Node< T > | private |
_wordFrequency | Node< T > | private |
append(T n_data) | Node< T > | |
append(const char n_data, int frequency) | Node< T > | |
contains(T element) | Node< T > | |
getTag() | Node< T > | |
getTag() | Node< T > | |
height() | Node< T > | |
height() | Node< T > | |
isLeaf() | Node< T > | |
isLeaf() | Node< T > | |
Node(const Node< T > &other) | Node< T > | |
Node(T data) | Node< T > | |
Node(const Node &other) | Node< T > | |
Node(char data, int frequency) | Node< T > | |
Node() | Node< T > | |
operator!=(const Node< T > &rhs) | Node< T > | |
operator!=(const Node &rhs) | Node< T > | |
operator=(Node< T > &other) | Node< T > | |
operator=(const Node &other) | Node< T > | |
operator==(const Node< T > &rhs) | Node< T > | |
operator==(const Node &rhs) | Node< T > | |
remove(T data) | Node< T > | |
toFrequencedList(forward_list< pair< string, int >> &words, string word) | Node< T > | |
toList(forward_list< string > &words, string word) | Node< T > | |
toString() | Node< T > | |
toString() | Node< T > | |
~Node() | Node< T > | |
~Node() | Node< T > |