OpenLexocad  27.1
Base::LastError Class Reference

#include <Log.h>

Public Member Functions

LastErrorsetError (std::string &where, std::string &msg)
 
LastErrorsetError (const char *where, const char *msg,...)
 
LastErrorappend (std::string &msg)
 
std::string getError ()
 
std::string getErrorMsg ()
 
 LastError ()
 
 ~LastError ()
 

Static Public Member Functions

static LastErrorInstance ()
 

Constructor & Destructor Documentation

◆ LastError()

Base::LastError::LastError ( )

◆ ~LastError()

Base::LastError::~LastError ( )

Member Function Documentation

◆ append()

LastError& Base::LastError::append ( std::string &  msg)

◆ getError()

std::string Base::LastError::getError ( )

◆ getErrorMsg()

std::string Base::LastError::getErrorMsg ( )

◆ Instance()

static LastError& Base::LastError::Instance ( )
static

◆ setError() [1/2]

LastError& Base::LastError::setError ( std::string &  where,
std::string &  msg 
)

◆ setError() [2/2]

LastError& Base::LastError::setError ( const char *  where,
const char *  msg,
  ... 
)

The documentation for this class was generated from the following file: