|
|
#include <manip.hpp>
List of all members.
Public Member Functions |
| | manipulator_base () |
Protected Member Functions |
| template<typename StreamType > |
| std::ios_base::iostate | handle_error (StreamType &strm) const |
| void | set_bad () const |
| void | set_fail () const |
Protected Attributes |
| std::ios_base::iostate | error_m |
Constructor & Destructor Documentation
Member Function Documentation
| std::ios_base::iostate handle_error |
( |
StreamType & |
strm | ) |
const [protected] |
| void set_bad |
( |
| ) |
const [protected] |
| void set_fail |
( |
| ) |
const [protected] |
Member Data Documentation
std::ios_base::iostate error_m [mutable, protected] |
|