#include <LCore/LCoreError.h>
Public Methods | |
| CompilerInfo (const char *sourcefile, unsigned int line, const char *func=0) throw () | |
| Constructs with a source file, line number, and possible function name. | |
| const char * | getSourceFile () const throw () |
| Get the source file, may return NULL. | |
| unsigned int | getLine () const throw () |
| Get the line number. | |
| const char * | getFunc () const throw () |
| Get the function name, may return NULL. | |
This class is largely so that macros that autmatically extract the information from the compiler are easier to write. See LCORE_GET_COMPILERINFO().
Definition at line 116 of file LCoreError.h.
1.3-rc1