
Definition at line 73 of file dictionary.hpp.
Public Member Functions | |
| dict_node * | copy () const |
| dict_node (const T &item, const I &index, dict_node *left=0, dict_node *right=0) | |
| ~dict_node () | |
Public Attributes | |
| I | index |
| T | item |
| dict_node * | left |
| dict_node * | right |
| ~dict_node | ( | ) | [inline] |
Definition at line 145 of file dictionary.hpp.
References dictionary::dict_node::left, and dictionary::dict_node::right.
| dictionary< T, I >::dict_node * copy | ( | ) | const [inline] |
Definition at line 153 of file dictionary.hpp.
References dictionary::dict_node::copy(), dictionary::dict_node::dict_node(), dictionary::dict_node::index, dictionary::dict_node::item, dictionary::dict_node::left, and dictionary::dict_node::right.
Referenced by dictionary::dict_node::copy(), dictionary::dictionary(), and dictionary::operator=().
| I index |
Definition at line 76 of file dictionary.hpp.
Referenced by dictionary::dict_node::copy(), dictionary::find_node(), and dictionary::remove_node().
| T item |
Definition at line 75 of file dictionary.hpp.
Referenced by dictionary::dict_node::copy(), dictionary::get_item(), and dictionary::remove_node().
Definition at line 78 of file dictionary.hpp.
Referenced by dictionary::dict_node::copy(), dictionary::find_node(), dictionary::remove_node(), and dictionary::dict_node::~dict_node().
Definition at line 79 of file dictionary.hpp.
Referenced by dictionary::dict_node::copy(), dictionary::find_node(), dictionary::remove_node(), and dictionary::dict_node::~dict_node().
1.5.5