#include <exception.h>
Public Member Functions | |
AddContext (std::string s) | |
~AddContext () | |
Static Public Member Functions | |
template<typename O> | |
static void | copyContext (O out) |
Public Attributes | |
std::string | m_context |
Static Public Attributes | |
static std::vector< std::string > | s_context |
wibble::exception::AddContext::AddContext | ( | std::string | s | ) | [inline] |
References s_context.
wibble::exception::AddContext::~AddContext | ( | ) | [inline] |
static void wibble::exception::AddContext::copyContext | ( | O | out | ) | [inline, static] |
std::vector< std::string > wibble::exception::AddContext::s_context [static] |
Referenced by AddContext(), copyContext(), and ~AddContext().
std::string wibble::exception::AddContext::m_context |
Referenced by ~AddContext().