#include <error.h>
Error message - stack of single_error s.
Definition at line 54 of file error.h.
error_msg::error_msg |
( |
char * |
code) | |
|
|
inline |
Constructor. one message added to the stack.
Definition at line 64 of file error.h.
error_msg::error_msg |
( |
const char * |
code, |
|
|
const char * |
msg, |
|
|
|
... |
|
) |
| |
|
inline |
Constructor. one message added to the stack.
!! len = _vscprintf( msg, args ) + 1;
Definition at line 75 of file error.h.
Add one error message to the stack.
Definition at line 96 of file error.h.
void error_msg::add |
( |
string |
code) | |
|
|
inline |
Add one error message to the stack.
Definition at line 103 of file error.h.
void error_msg::add |
( |
string |
code, |
|
|
string |
msg |
|
) |
| |
|
inline |
Add one error message to the stack.
Definition at line 110 of file error.h.
string error_msg::what |
( |
) | |
|
|
inline |
Return all messages as a text.
Definition at line 117 of file error.h.
Stack of errors.
Definition at line 57 of file error.h.
The documentation for this class was generated from the following file: