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

DynamicValueoperator= (DynamicValue const &)
 
 DynamicValue (DynamicValue const &)
 
MCAPI DynamicValue (::cereal::DynamicValue &&)
 
MCAPI ~DynamicValue ()
 
MCAPI void * $ctor (::cereal::DynamicValue &&)
 
MCAPI void $dtor ()
 

Public Attributes

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

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

◆ $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: