#include <Exceptions.hpp>
Definition at line 14 of file Exceptions.hpp.
◆ CheckLocation()
| CheckLocation |
( |
const char * | func, |
|
|
const char * | file, |
|
|
unsigned int | line ) |
|
inline |
◆ AsString()
| std::string AsString |
( |
| ) |
const |
|
inline |
Definition at line 29 of file Exceptions.hpp.
30 {
31 std::stringstream ss;
34 return ss.str();
35 }
◆ FileLine()
| std::string FileLine |
( |
| ) |
const |
|
inline |
Definition at line 37 of file Exceptions.hpp.
38 {
39 std::stringstream ss;
41 return ss.str();
42 }
◆ m_File
◆ m_Function
◆ m_Line
The documentation for this struct was generated from the following file: