Boost.UI
User Interface Boost library
Classes | Namespaces | Functions
stream.hpp File Reference

Stream class and manipulators. More...

Include dependency graph for stream.hpp:

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::uiostringstreamstd::endl (boost::ui::uiostringstream &os)
 Manipulator that inserts newline character into stream.
 

Detailed Description

Stream class and manipulators.