#include <Manipulators.h>
Member Enumeration Documentation
- Enumerator:
UNBALANCED |
|
MACRO_GEN |
|
BAD_ARG |
|
FATAL |
|
OK |
|
Constructor & Destructor Documentation
Puma::ManipError::ManipError |
( |
| ) |
|
|
inline |
Member Function Documentation
int Puma::ManipError::errorno |
( |
| ) |
const |
|
inline |
void Puma::ManipError::errorno |
( |
int |
number | ) |
|
|
inline |
Puma::ManipError::operator bool |
( |
| ) |
const |
|
inline |
void Puma::ManipError::print |
( |
ostream & |
os | ) |
const |
|
virtual |
Print something on the given output stream.
- Parameters
-
Implements Puma::Printable.