Glossygloss  0.2
Glossygloss is set of classes to use several data structure as Tree or hash table.
 All Classes Files Functions Variables Macros Pages
Node< T > Member List

This is the complete list of members for Node< T >, including all inherited members.

_childNbrNode< T >private
_childrenNode< T >private
_childrenNode< T >private
_tagNode< T >private
_tagNode< T >private
_wordFrequencyNode< 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 >