torc-master
|
#include <Error.hpp>
Public Member Functions | |
StackFrameInfo (const std::string &inFunction, const std::string &inFile, uint32_t inLine) | |
~StackFrameInfo () throw () | |
StackFrameInfo (const StackFrameInfo &source) | |
StackFrameInfo & | operator= (const StackFrameInfo &source) |
const std::string | getFunction () const |
const std::string | getFile () const |
const uint32_t | getLine () const |
Private Attributes | |
std::string | mFunction |
std::string | mFile |
uint32_t | mLine |
Represents the throw and catch locations of the exception. Contains function, file and line numbers.
torc::generic::Error::StackFrameInfo::StackFrameInfo | ( | const std::string & | inFunction, |
const std::string & | inFile, | ||
uint32_t | inLine | ||
) |
torc::generic::Error::StackFrameInfo::~StackFrameInfo | ( | ) | ||
throw | ( | |||
) |
torc::generic::Error::StackFrameInfo::StackFrameInfo | ( | const StackFrameInfo & | source | ) |
|
inline |
|
inline |
|
inline |
Error::StackFrameInfo & torc::generic::Error::StackFrameInfo::operator= | ( | const StackFrameInfo & | source | ) |
|
private |
|
private |
|
private |