Struct Tracepoint¶
Defined in File Exception.h
Struct Documentation¶
- 
struct 
Tracepoint One point in the Traceback vector held by Exception.
Public Functions
- 
Tracepoint(char const *file, int line, char const *func, std::string const &message)¶ Standard constructor, intended for C++ use.
- Parameters
 [in] file: Filename.[in] line: Line number.[in] func: Function name.[in] message: Informational string attached to exception.
-