#include <Manipulators.h>
§ anonymous enum
| Enumerator |
|---|
| UNBALANCED | |
| MACRO_GEN | |
| BAD_ARG | |
| FATAL | |
| OK | |
§ ManipError()
| Puma::ManipError::ManipError |
( |
| ) |
|
|
inline |
§ errorno() [1/2]
| int Puma::ManipError::errorno |
( |
| ) |
const |
|
inline |
§ errorno() [2/2]
| void Puma::ManipError::errorno |
( |
int |
number | ) |
|
|
inline |
§ faulty() [1/2]
§ faulty() [2/2]
§ location()
§ operator bool()
| Puma::ManipError::operator bool |
( |
| ) |
const |
|
inline |
§ print()
| void Puma::ManipError::print |
( |
std::ostream & |
os | ) |
const |
|
virtual |
Print object information on the given output stream.
To be implemented by concrete objects.
- Parameters
-
Implements Puma::Printable.