#include <node.h>
Inheritance diagram for nodes::basket< contents >:


Public Member Functions | |
| basket (int links, const contents &to_store=contents()) | |
| basket (const basket &to_copy) | |
| basket & | operator= (const contents &to_copy) |
| const contents & | stored () const |
| allows a peek at the stored object. | |
| contents & | stored () |
| provides access to the stored object. | |
the templated object is required to provide both a default constructor and a copy constructor.
Definition at line 114 of file node.h.
| nodes::basket< contents >::basket | ( | int | links, | |
| const contents & | to_store = contents() | |||
| ) | [inline] |
| nodes::basket< contents >::basket | ( | const basket< contents > & | to_copy | ) | [inline] |
| basket& nodes::basket< contents >::operator= | ( | const contents & | to_copy | ) | [inline] |
| const contents& nodes::basket< contents >::stored | ( | ) | const [inline] |
| contents& nodes::basket< contents >::stored | ( | ) | [inline] |
1.5.1