aurelia::string_box Struct Reference

Wrap a string as a pretty printing box. More...

#include <box.hh>

Inheritance diagram for aurelia::string_box:
Collaboration diagram for aurelia::string_box:

List of all members.

Public Member Functions

 string_box (const std::string &s)
 untyped_constructor
 string_box (const string_box &other)
 Copy constructor.
 operator std::string () const
 String accessor.
string_boxoperator= (string_box other)
 Assignement.
void swap (string_box &other)
 Exception-free swap.
virtual unsigned to_text (std::ostream &s, unsigned pos) const
 Prints out the string.

Detailed Description

Wrap a string as a pretty printing box.


The documentation for this struct was generated from the following file: