Boost.UI
User Interface Boost library
|
Stream class and manipulators. More...
Go to the source code of this file.
Classes | |
class | boost::ui::uiostringstream |
Output string stream that collects data for UI. More... | |
Namespaces | |
boost | |
Boost C++ libraries namespace. | |
boost::ui | |
Boost.UI library namespace. | |
std | |
Standard C++ namespace. | |
Functions | |
void | std::swap (boost::ui::uiostringstream &a, boost::ui::uiostringstream &b) |
Specializes the std::swap algorithm. | |
boost::ui::uiostringstream & | std::endl (boost::ui::uiostringstream &os) |
Manipulator that inserts newline character into stream. | |
Stream class and manipulators.