ErrorLocation Struct Reference
Error location class.
More...
#include <error.hpp>
List of all members.
Detailed Description
Error location class.
Container to store the location (source file name, line number and function name) where the error happened. Used for debugging purposes.
Constructor & Destructor Documentation
ErrorLocation::ErrorLocation |
( |
|
) |
[inline] |
ErrorLocation::ErrorLocation |
( |
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func | |
|
) |
| | [inline] |
Member Data Documentation
The documentation for this struct was generated from the following file: