BinaryTree  HW 06
Spell Checking Using Binary Trees
 All Classes Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
TreeStringSet::Element Struct Reference

Public Member Functions

 Element (string string_)
 
 Element (const Element &, const Element &)=delete
 

Public Attributes

string string_
 String value in the element.
 
Elementleft_
 Left child.
 
Elementright_
 Right child.
 
size_t subSize_
 Size of the subtree beneath the element.
 

The documentation for this struct was generated from the following file: