| Puma Reference Manual | Puma::ManipError Class Reference |
#include <Manipulators.h>

Public Types | |
| enum | { UNBALANCED = -3, MACRO_GEN, BAD_ARG, FATAL, OK } |
Public Member Functions | |
| ManipError () | |
| int | errorno () const |
| Manipulator * | faulty () const |
| operator bool () const | |
| void | errorno (int number) |
| void | faulty (Manipulator *manip) |
| void | print (ostream &os) const |
| Print something on the given output stream. More... | |
| Location | location () |
Public Member Functions inherited from Puma::Printable | |
| virtual | ~Printable () |
| Destructor. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| Location Puma::ManipError::location | ( | ) |
|
inline |
|
virtual |
Print something on the given output stream.
| os | The output stream. |
Implements Puma::Printable.