Box wrapping a virtual box. More...
#include <box.hh>
Public Member Functions | |
template<typename RealType > | |
any_box (const box< RealType > &b) | |
untyped_constructor | |
any_box (const any_box &other) | |
Copy constructor. | |
any_box & | operator= (any_box other) |
Assignement. | |
void | swap (any_box &other) |
Exception-free swap. | |
virtual unsigned | to_text (std::ostream &s, unsigned pos) const |
Prints out the box. |
Box wrapping a virtual box.