Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/terse > API/Plugins/RigLogicLib/terse/archives > API/Plugins/RigLogicLib/terse/archives/json
Inheritance Hierarchy
- Archive
- ExtendableJSONInputArchive
- JSONInputArchive
References
Module | RigLogicLib |
Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/archives/json/InputArchive.h |
Include | #include "terse/archives/json/InputArchive.h" |
Syntax
template<class TExtender, class TStream, typename TSize, typename TOffset>
class ExtendableJSONInputArchive : public terse::Archive< TExtender >
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
ExtendableJSONInputArchive
(
TExtender* extender, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | isOk () |
|
![]() |
void | label
(
const char* value |
|
![]() |
std::enable_iftraits::has_versioned_load_member< T, V >::value &&!traits::has_versioned_se... | ||
![]() |
std::enable_if< traits::has_load_member< T >::value, void >::type | process
(
T& dest |
|
![]() |
std::enable_if< traits::has_serialize_member< T >::value, void >::type | process
(
T& dest |
|
![]() |
std::enable_if< traits::has_load_function< T >::value, void >::type | process
(
T& dest |
|
![]() |
std::enable_if< traits::has_serialize_function< T >::value, void >::type | process
(
T& dest |
|
![]() |
std::enable_iftraits::has_load_member< T >::value &&!traits::has_serialize_member< T >::va... | process
(
T& dest |
|
![]() |
void | process
(
char& dest |
|
![]() |
void | process
(
std::uint8_t& dest |
|
![]() |
void | process
(
std::int8_t& dest |
|
![]() |
void | ||
![]() |
void | process
(
std::array< T, N >& dest |
|
![]() |
void | process
(
std::vector< T, Args... >& dest |
|
![]() |
void | ||
![]() |
void | process
(
std::basic_string< T, Args... >& dest |
|
![]() |
std::enable_iftraits::has_versioned_load_member< T, V >::value &&!traits::has_versioned_se... | ||
![]() |
std::enable_if< traits::has_versioned_serialize_function< T, V >::value, void >::type | ||
![]() |
std::enable_if< traits::has_versioned_load_function< T, V >::value, void >::type | ||
![]() |
void | process
(
std::pair< K, V >& dest |
|
![]() |
void | process
(
Transparent< T >&& dest |
|
![]() |
void | process
(
Transparent< T >& dest |
|
![]() |
void | process
(
Anchor< OffsetType >& |
|
![]() |
void | process
(
ArchiveOffset< OffsetType >& dest |
|
![]() |
void | process
(
typename ArchiveOffset< OffsetType >::Proxy& |
|
![]() |
void | process
(
typename ArchiveOffset< OffsetType >::Proxy&& |
|
![]() |
std::enable_if< traits::has_versioned_serialize_function< T, V >::value, void >::type | ||
![]() |
void | process
(
ArchiveSize< SizeType, OffsetType >& dest |
|
![]() |
void | process
(
typename ArchiveSize< SizeType, OffsetType >::Proxy&& |
|
![]() |
std::enable_if< traits::has_versioned_load_member< T, V >::value, void >::type | ||
![]() |
std::enable_if< traits::has_versioned_load_member< T, V >::value, void >::type | ||
![]() |
std::enable_if< traits::has_versioned_serialize_member< T, V >::value, void >::type | ||
![]() |
std::enable_if< traits::has_versioned_serialize_member< T, V >::value, void >::type | ||
![]() |
std::enable_if< traits::has_versioned_load_function< T, V >::value, void >::type | ||
![]() |
void | process
(
typename ArchiveSize< SizeType, OffsetType >::Proxy& |
|
![]() |
void | process
(
std::tuple< K, V >& dest |
|
![]() |
void | sync () |
Typedefs
Name | Description |
---|---|
BaseArchive | |
OffsetType | |
SizeType | Given the possibility of both 32 and 64bit platforms, use a fixed width type during serialization. |