A container box with directions. More...
#include <box.hh>


Public Member Functions | |
| container_box (const List &list) | |
| untyped_constructor | |
| container_box (const container_box &other) | |
| Copy constructor. | |
| const List * | operator-> () const |
| Accessor to list methods. | |
| const List & | operator* () const |
| List accessor. | |
| container_box & | operator= (container_box other) |
| Assignment. | |
| void | swap (container_box &other) |
| Exception-free swap. | |
| virtual unsigned | to_text (std::ostream &s, unsigned pos) const |
| Prints out the box. | |
A container box with directions.