Box list wrapping a virtual box list. More...
#include <box.hh>


Public Member Functions | |
| template<typename ExactType > | |
| any_box_list (const box_list< ExactType > &l) | |
| untyped_constructor | |
| any_box_list (const any_box_list &other) | |
| Copy constructor. | |
| any_box_list & | operator= (any_box_list other) |
| Assignment. | |
| void | swap (any_box_list &other) |
| Exception-free swap. | |
| virtual unsigned | to_text (std::ostream &s, unsigned pos, unsigned VS, unsigned HS, unsigned IS, Dir direction, bool first) const |
| Prints out the box. | |
Box list wrapping a virtual box list.