Public Attributes | |
| char * | value |
| Value stored at node. | |
| node * | lson |
| Left child. | |
| node * | rson |
| Right child. | |
| int | value |
| Value of the node. | |
| node * | lson |
| The left child. | |
| node * | rson |
| The right child. | |
| char * | value |
| The string being stored. | |
| node * | next |
| Next one in the list. | |
| char * | value |
| The string being stored. | |
| node * | next |
| Next one in the list. | |
| char * | value |
| The string being stored. | |
| node * | next |
| Next one in the list. | |
| struct node* node::lson |
The left child.
| struct node* node::lson |
Left child.
| struct node* node::next |
Next one in the list.
| struct node* node::next |
Next one in the list.
| struct node* node::next |
Next one in the list.
| struct node* node::rson |
The right child.
| struct node* node::rson |
Right child.
| char* node::value |
The string being stored.
| char* node::value |
The string being stored.
| char* node::value |
The string being stored.
| int node::value |
Value of the node.
| char* node::value |
Value stored at node.