ChatPlexSDK-BS 1.0.1-v6.2.0
C++ ChatPlex BeatSaber SDK
|
This is the complete list of members for CP_SDK::Utils::Json, including all inherited members.
SerializeBool(U16Value &p_Document, TAllocator &p_Allocator, bool p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
SerializeColor(U16Value &p_Document, TAllocator &p_Allocator, UnityEngine::Color p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
SerializeColor32(U16Value &p_Document, TAllocator &p_Allocator, UnityEngine::Color32 p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
SerializeEnum(U16Value &p_Document, TAllocator &p_Allocator, typename t_Enum::E p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | inlinestatic |
SerializeFloat(U16Value &p_Document, TAllocator &p_Allocator, float p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
SerializeInt32(U16Value &p_Document, TAllocator &p_Allocator, int32_t p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
SerializeInt64(U16Value &p_Document, TAllocator &p_Allocator, int64_t p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
SerializeObject(U16Value &p_Document, TAllocator &p_Allocator, std::shared_ptr< t_Object > &p_Object, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | inlinestatic |
SerializeObject(U16Value &p_Document, TAllocator &p_Allocator, std::optional< t_Object > &p_Object, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | inlinestatic |
SerializeObjectArray(U16Value &p_Document, TAllocator &p_Allocator, std::vector< std::shared_ptr< t_Object > > &p_Array, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | inlinestatic |
SerializeQuaternion(U16Value &p_Document, TAllocator &p_Allocator, UnityEngine::Quaternion p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
SerializeString(U16Value &p_Document, TAllocator &p_Allocator, const std::u16string &p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
SerializeUInt32(U16Value &p_Document, TAllocator &p_Allocator, uint32_t p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
SerializeUInt64(U16Value &p_Document, TAllocator &p_Allocator, uint64_t p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
SerializeVector2(U16Value &p_Document, TAllocator &p_Allocator, UnityEngine::Vector2 p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
SerializeVector3(U16Value &p_Document, TAllocator &p_Allocator, UnityEngine::Vector3 p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
TAllocator typedef (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | |
ToU16String(U16Value &p_Value, bool p_Pretty) | CP_SDK::Utils::Json | static |
ToU8String(U16Value &p_Value, bool p_Pretty) | CP_SDK::Utils::Json | static |
TryFromU16String(std::u16string_view p_Str, U16Document &p_Document, std::u16string *p_Error=nullptr) | CP_SDK::Utils::Json | static |
TryFromU8Stream(std::ifstream &p_Stream, U16Document &p_Document, std::u16string *p_Error=nullptr) | CP_SDK::Utils::Json | static |
TryFromU8String(std::string_view p_Str, U16Document &p_Document, std::u16string *p_Error=nullptr) | CP_SDK::Utils::Json | static |
TryToU8Stream(U16Value &p_Value, bool p_Pretty, std::ofstream &p_Stream) | CP_SDK::Utils::Json | static |
U16Document typedef (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | |
U16GenericStringBuffer typedef (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | |
U16PrettyWritter typedef (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | |
U16ToU8PrettyWritter typedef (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | |
U16ToU8Writter typedef (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | |
U16Value typedef (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | |
U16Writter typedef (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | |
U8GenericStringBuffer typedef (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | |
UnserializeBool(U16Value &p_Document, bool &p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
UnserializeColor(U16Value &p_Document, UnityEngine::Color &p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
UnserializeColor32(U16Value &p_Document, UnityEngine::Color32 &p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
UnserializeEnum(U16Value &p_Document, typename t_Enum::E &p_Value, const char16_t *p_Name, typename t_Enum::E p_Default) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | inlinestatic |
UnserializeFloat(U16Value &p_Document, float &p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
UnserializeInt32(U16Value &p_Document, int32_t &p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
UnserializeInt64(U16Value &p_Document, int64_t &p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
UnserializeObject(U16Value &p_Document, std::shared_ptr< t_Object > &p_Object, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | inlinestatic |
UnserializeObject(U16Value &p_Document, std::optional< t_Object > &p_Object, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | inlinestatic |
UnserializeObjectArray(U16Value &p_Document, std::vector< std::shared_ptr< t_Object > > &p_Array, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | inlinestatic |
UnserializeQuaternion(U16Value &p_Document, UnityEngine::Quaternion &p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
UnserializeString(U16Value &p_Document, std::u16string &p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
UnserializeUInt32(U16Value &p_Document, uint32_t &p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
UnserializeUInt64(U16Value &p_Document, uint64_t &p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
UnserializeVector2(U16Value &p_Document, UnityEngine::Vector2 &p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
UnserializeVector3(U16Value &p_Document, UnityEngine::Vector3 &p_Value, const char16_t *p_Name) (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | static |
UTF16 typedef (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json | |
UTF8 typedef (defined in CP_SDK::Utils::Json) | CP_SDK::Utils::Json |