Loxahatchee  v0.0.1-1346
Lox Convenience C++ Library
LoxException.cpp File Reference
#include <iostream>
#include <cxxabi.h>
#include <execinfo.h>
#include <regex>
#include <sstream>
#include <errno.h>
#include <string.h>
#include "LoxException.hpp"
#include "LoxString.hpp"
#include "LoxLog.hpp"
#include <unistd.h>
#include <limits.h>
Include dependency graph for LoxException.cpp:

Functions

std::string getErrnoString (const int error_number)
 
std::string getWin32ErrorString (const int error_number)
 

Function Documentation

std::string getErrnoString ( const int  error_number)

References Lox::trim().

Referenced by getWin32ErrorString(), and Lox::Exception::operator std::string().

Here is the call graph for this function:

Here is the caller graph for this function:

std::string getWin32ErrorString ( const int  error_number)

References getErrnoString().

Referenced by Lox::Exception::operator std::string().

Here is the call graph for this function:

Here is the caller graph for this function: