Public Member Functions | |
| Element (string string_) | |
| Element (const Element &, const Element &)=delete | |
Public Attributes | |
| string | string_ |
| String value in the element. | |
| Element * | left_ |
| Left child. | |
| Element * | right_ |
| Right child. | |
| size_t | subSize_ |
| Size of the subtree beneath the element. | |
1.8.7