| Puma Reference Manual | Puma: Puma::ErrorSeverity Class Reference |
#include <ErrorSeverity.h>
Public Member Functions | |
| ErrorSeverity (unsigned short s=0, const char *t=(const char *) 0) | |
| ErrorSeverity (const ErrorSeverity &s) | |
| ErrorSeverity & | operator= (const ErrorSeverity &s) |
| int | operator< (const ErrorSeverity &s) const |
| int | operator> (const ErrorSeverity &s) const |
| int | operator<= (const ErrorSeverity &s) const |
| int | operator>= (const ErrorSeverity &s) const |
| int | operator== (const ErrorSeverity &s) const |
| int | operator!= (const ErrorSeverity &s) const |
| const char * | text () const |
| Puma::ErrorSeverity::ErrorSeverity | ( | unsigned short | s = 0, |
|
| const char * | t = (const char*)0 | |||
| ) | [inline] |
| Puma::ErrorSeverity::ErrorSeverity | ( | const ErrorSeverity & | s | ) | [inline] |
| ErrorSeverity& Puma::ErrorSeverity::operator= | ( | const ErrorSeverity & | s | ) | [inline] |
| int Puma::ErrorSeverity::operator< | ( | const ErrorSeverity & | s | ) | const [inline] |
| int Puma::ErrorSeverity::operator> | ( | const ErrorSeverity & | s | ) | const [inline] |
| int Puma::ErrorSeverity::operator<= | ( | const ErrorSeverity & | s | ) | const [inline] |
| int Puma::ErrorSeverity::operator>= | ( | const ErrorSeverity & | s | ) | const [inline] |
| int Puma::ErrorSeverity::operator== | ( | const ErrorSeverity & | s | ) | const [inline] |
| int Puma::ErrorSeverity::operator!= | ( | const ErrorSeverity & | s | ) | const [inline] |
| const char* Puma::ErrorSeverity::text | ( | ) | const [inline] |