Abstract virtual class for box elements. More...
#include <box.hh>
Public Member Functions | |
virtual | ~virtual_box () |
Virtual destructor. | |
virtual unsigned | to_text (std::ostream &s, unsigned pos) const =0 |
Prints out the box. |
Abstract virtual class for box elements.
virtual unsigned aurelia::virtual_box::to_text | ( | std::ostream & | s, |
unsigned | pos | ||
) | const [pure virtual] |
Prints out the box.
s | A stream |
pos | The current horizontal position |
Implemented in aurelia::string_box, aurelia::container_box< Direction, VS, HS, IS, List >, and aurelia::any_box.