Struct Tracepoint

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.

Public Members

char const *_file
int _line
char const *_func
std::string _message