| 
    Lolly 1.4.28
    
   | 
 
#include <lolly_tree.hpp>


Public Member Functions | |
| lolly_tree_rep (string l) | |
| lolly_tree_rep (int l, array< lolly_tree< T > > a2) | |
| ~lolly_tree_rep () | |
Public Attributes | ||
| int | op | |
| T | data | |
| union { | ||
| string label | ||
| array< lolly_tree< T > > a | ||
| }; | ||
Friends | |
| class | lolly_tree< T > | 
Additional Inherited Members | |
  Private Member Functions inherited from concrete_struct | |
| concrete_struct () | |
| Default constructor for the concrete object. Increments the reference count.   | |
| virtual | ~concrete_struct () | 
| Virtual destructor for the concrete object. Decrements the reference count.   | |
  Private Attributes inherited from concrete_struct | |
| int | ref_count | 
| The reference count for the concrete object.   | |
Definition at line 140 of file lolly_tree.hpp.
      
  | 
  inline | 
Definition at line 150 of file lolly_tree.hpp.
      
  | 
  inline | 
Definition at line 151 of file lolly_tree.hpp.
      
  | 
  inline | 
      
  | 
  friend | 
Definition at line 152 of file lolly_tree.hpp.
| int lolly::data::lolly_tree_rep< T >::op | 
Definition at line 143 of file lolly_tree.hpp.
| T lolly::data::lolly_tree_rep< T >::data | 
Definition at line 144 of file lolly_tree.hpp.
| string lolly::data::lolly_tree_rep< T >::label | 
Definition at line 146 of file lolly_tree.hpp.
| array<lolly_tree<T> > lolly::data::lolly_tree_rep< T >::a | 
Definition at line 147 of file lolly_tree.hpp.
| union { ... } lolly::data::lolly_tree_rep< T > |