|
LeviLamina
|
Public Member Functions | |
| ResultAny (ResultAny const &) | |
| MCFOLD::Scripting::ResultAny & | operator= (::Scripting::ResultAny &&rhs) |
| MCAPI::Scripting::ResultAny & | operator= (::Scripting::ResultAny const &rhs) |
| MCAPI::entt::meta_any | toAny () |
| MCAPI::entt::meta_any | toAny () const |
| MCAPI::entt::meta_any | toErrorAny () const |
| MCFOLD void * | $ctor () |
Static Public Member Functions | |
| static MCAPI ::Scripting::ResultAny | makeErrorFromAny (::entt::meta_any &&errorAny) |
| static MCAPI ::Scripting::ResultAny | makeResultFromAny (::entt::meta_any const &resultAny) |
Public Attributes | |
| ::ll::TypedStorage< 1, 1, bool > | mIsError |
| ::ll::TypedStorage< 8, 64, ::entt::meta_any > | mValue |