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

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

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 value_holder ()
 value_holder (const_reference v)

Public Attributes

Value value

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


Constructor & Destructor Documentation

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

Definition at line 116 of file tree.h.

00116 : root_end() {}

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

Definition at line 117 of file tree.h.

References gslib::sapling::tree< Value, Allocator >::value_holder::value.

00117 : value( v ), root_end( this ) {}


Member Data Documentation

template<typename Value, typename Allocator = std::allocator< void >>
Value gslib::sapling::tree< Value, Allocator >::value_holder::value
 

Definition at line 114 of file tree.h.

Referenced by gslib::sapling::tree< Value, Allocator >::iterator_base::dereference(), and gslib::sapling::tree< Value, Allocator >::value_holder::value_holder().


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