![]() |
PUMA Library Reference Manual
|
#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 (std::ostream &os) const |
Print object information on the given output stream. More... | |
Location | location () |
![]() | |
virtual | ~Printable () |
Destructor. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Location Puma::ManipError::location | ( | ) |
|
inline |
|
virtual |
Print object information on the given output stream.
To be implemented by concrete objects.
os | The output stream. |
Implements Puma::Printable.