Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

gslib::sapling::tree< Value, Allocator >::root_end Struct Reference

Inheritance diagram for gslib::sapling::tree< Value, Allocator >::root_end:

Inheritance graph
[legend]
Collaboration diagram for gslib::sapling::tree< Value, Allocator >::root_end:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 root_end ()
 root_end (root_end *ioSelf)

Public Attributes

root_endparent

template<typename Value, typename Allocator = std::allocator< void >>
struct gslib::sapling::tree< Value, Allocator >::root_end


Constructor & Destructor Documentation

template<typename Value, typename Allocator = std::allocator< void >>
gslib::sapling::tree< Value, Allocator >::root_end::root_end  )  [inline]
 

Definition at line 109 of file tree.h.

References gslib::sapling::tree< Value, Allocator >::root_end::parent.

00109 : link(), parent( 0 ) {}

template<typename Value, typename Allocator = std::allocator< void >>
gslib::sapling::tree< Value, Allocator >::root_end::root_end root_end ioSelf  )  [inline]
 

Definition at line 110 of file tree.h.

References gslib::sapling::tree< Value, Allocator >::root_end::parent.

00110 : link( ioSelf ), parent( 0 ) {}


Member Data Documentation

template<typename Value, typename Allocator = std::allocator< void >>
root_end* gslib::sapling::tree< Value, Allocator >::root_end::parent
 

Definition at line 107 of file tree.h.

Referenced by gslib::sapling::tree< Value, Allocator >::connect_root(), and gslib::sapling::tree< Value, Allocator >::root_end::root_end().


The documentation for this struct was generated from the following file:
Generated on Sat Nov 27 15:03:16 2004 for sapling by doxygen 1.3.6