#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>
Functions | |
std::string | getErrnoString (const int error_number) |
std::string | getWin32ErrorString (const int error_number) |
std::string getErrnoString | ( | const int | error_number | ) |
References Lox::trim().
Referenced by getWin32ErrorString(), and Lox::Exception::operator std::string().
std::string getWin32ErrorString | ( | const int | error_number | ) |
References getErrnoString().
Referenced by Lox::Exception::operator std::string().