#include <sol.hpp>
§ error() [1/6]
const auto direct_error
Definition: sol.hpp:411
error(const std::string &str)
Definition: sol.hpp:420
§ error() [2/6]
const auto direct_error
Definition: sol.hpp:411
error(const std::string &str)
Definition: sol.hpp:420
§ error() [3/6]
427 : std::runtime_error(
""),
w(str) {
std::string w
Definition: sol.hpp:417
§ error() [4/6]
430 : std::runtime_error(
""),
w(std::move(str)) {
std::string w
Definition: sol.hpp:417
§ error() [5/6]
sol::error::error |
( |
const error & |
e | ) |
|
|
default |
§ error() [6/6]
sol::error::error |
( |
error && |
e | ) |
|
|
default |
§ operator=() [1/2]
§ operator=() [2/2]
§ what()
virtual const char* sol::error::what |
( |
| ) |
const |
|
inlineoverridevirtualnoexcept |
std::string w
Definition: sol.hpp:417
The documentation for this class was generated from the following file: