error_instance Class Reference
Instance of a single error containing a descriptive error message and the location in the file that the error took place.
More...
#include <error.h>
List of all members.
Detailed Description
Instance of a single error containing a descriptive error message and the location in the file that the error took place.
Definition at line 17 of file error.h.
Constructor & Destructor Documentation
error_instance::error_instance |
( |
|
) |
|
error_instance::error_instance |
( |
const std::string |
a_what, |
|
|
const std::string |
a_file, |
|
|
const uint16 |
a_line | |
|
) |
| | |
Member Function Documentation
void error_instance::clear |
( |
void |
|
) |
|
const std::string error_instance::file |
( |
void |
|
) |
const |
const uint16 error_instance::line |
( |
void |
|
) |
const |
void error_instance::set |
( |
const std::string |
a_what, |
|
|
const std::string |
a_file, |
|
|
const uint16 |
a_line | |
|
) |
| | |
void error_instance::set |
( |
void |
|
) |
|
const std::string error_instance::what |
( |
void |
|
) |
const |
Member Data Documentation
The documentation for this class was generated from the following files: