LeviLamina
|
Public Member Functions | |
ArgumentOutOfBoundsError & | operator= (ArgumentOutOfBoundsError const &) |
MCAPI | ArgumentOutOfBoundsError (::Scripting::ArgumentOutOfBoundsError &&) |
MCAPI | ArgumentOutOfBoundsError (::Scripting::ArgumentOutOfBoundsError const &) |
MCAPI | ArgumentOutOfBoundsError (::std::string const &message_, double value_, double minValue_, double maxValue_) |
MCFOLD::Scripting::ArgumentOutOfBoundsError & | operator= (::Scripting::ArgumentOutOfBoundsError &&) |
MCFOLD void * | $ctor (::Scripting::ArgumentOutOfBoundsError &&) |
MCFOLD void * | $ctor (::Scripting::ArgumentOutOfBoundsError const &) |
MCAPI void * | $ctor (::std::string const &message_, double value_, double minValue_, double maxValue_) |
MCFOLD void | $dtor () |
MCAPI void | setCallStack (::std::string _backtrace) |
MCAPI::std::string | toString () const |
MCAPI void * | $ctor (::Scripting::BaseError &&) |
Public Attributes | |
::ll::TypedStorage< 8, 8, double > | value |
::ll::TypedStorage< 8, 8, double > | minValue |
::ll::TypedStorage< 8, 8, double > | maxValue |
::ll::TypedStorage< 8, 32, ::std::string > | name |
::ll::TypedStorage< 8, 32, ::std::string > | message |
::ll::TypedStorage< 8, 40, ::std::optional<::std::string > > | sourceMapDebugId |
::ll::TypedStorage< 8, 24, ::std::vector<::Scripting::CallStackEntry > > | mCallStack |
::ll::TypedStorage< 8, 40, ::std::optional<::std::string > > | mCallStackStr |
::ll::TypedStorage< 1, 1, bool > | throwAsString |