LeviLamina
Loading...
Searching...
No Matches
cereal::DynamicValue Class Reference

Public Types

enum class  Type : int {
  Null = 0 , Boolean = 1 , Integer = 2 , Number = 3 ,
  String = 4 , Array = 5 , Object = 6
}

Public Member Functions

DynamicValue & operator= (DynamicValue const &)
 DynamicValue (DynamicValue const &)
MCAPI DynamicValue (::cereal::DynamicValue &&)
MCAPI ::std::vector<::cereal::DynamicValue > const & asArray () const
MCAPI ::std::vector<::cereal::DynamicValue > & asArray ()
MCAPI bool const & asBool () const
MCAPI int64 const & asInteger () const
MCAPI double const & asNumber () const
MCAPI ::std::unordered_map<::std::string, ::cereal::DynamicValue > const & asObject () const
MCAPI ::std::unordered_map<::std::string, ::cereal::DynamicValue > & asObject ()
MCAPI::std::string const & asString () const
MCAPI uint64 hash () const
MCAPI::cereal::DynamicValue & operator= (::cereal::DynamicValue &&)
MCAPI ~DynamicValue ()
MCAPI void * $ctor (::cereal::DynamicValue &&)
MCAPI void $dtor ()

Public Attributes

::ll::UntypedStorage< 8, 72 > mUnk82a702

Constructor & Destructor Documentation

◆ DynamicValue()

MCAPI cereal::DynamicValue::DynamicValue ( ::cereal::DynamicValue && )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ ~DynamicValue()

MCAPI cereal::DynamicValue::~DynamicValue ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ asArray() [1/2]

MCAPI ::std::vector<::cereal::DynamicValue > const & cereal::DynamicValue::asArray ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ asArray() [2/2]

MCAPI ::std::vector<::cereal::DynamicValue > & cereal::DynamicValue::asArray ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ asBool()

MCAPI bool const & cereal::DynamicValue::asBool ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ asInteger()

MCAPI int64 const & cereal::DynamicValue::asInteger ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ asNumber()

MCAPI double const & cereal::DynamicValue::asNumber ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ asObject() [1/2]

MCAPI ::std::unordered_map<::std::string, ::cereal::DynamicValue > const & cereal::DynamicValue::asObject ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ asObject() [2/2]

MCAPI ::std::unordered_map<::std::string, ::cereal::DynamicValue > & cereal::DynamicValue::asObject ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ asString()

MCAPI::std::string const & cereal::DynamicValue::asString ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ hash()

MCAPI uint64 cereal::DynamicValue::hash ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ operator=()

MCAPI::cereal::DynamicValue & cereal::DynamicValue::operator= ( ::cereal::DynamicValue && )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor()

MCAPI void * cereal::DynamicValue::$ctor ( ::cereal::DynamicValue && )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void cereal::DynamicValue::$dtor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: