Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/terse > API/Plugins/RigLogicLib/terse/archives > API/Plugins/RigLogicLib/terse/archives/json > API/Plugins/RigLogicLib/terse/archives/json/ExtendableJSONOutputArchive
| Type | Name | Description | |
|---|---|---|---|
| void | process
(
Transparent< T >&& source |
||
| std::enable_if< traits::has_versioned_save_member< T, V >::value, void >::type | |||
| std::enable_if< traits::has_versioned_save_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_save_function< T, V >::value, void >::type | |||
| std::enable_if< traits::has_versioned_save_function< T, V >::value, void >::type | |||
| std::enable_if< traits::has_versioned_serialize_function< T, V >::value, void >::type | |||
| std::enable_if< traits::has_versioned_serialize_function< T, V >::value, void >::type | |||
| std::enable_iftraits::has_versioned_save_member< T, V >::value &&!traits::has_versioned_se... | |||
| std::enable_iftraits::has_versioned_save_member< T, V >::value &&!traits::has_versioned_se... | |||
| void | process
(
Transparent< T >& source |
||
| std::enable_if< traits::has_save_member< T >::value, void >::type | process
(
const T& source |
||
| std::enable_if< traits::has_serialize_member< T >::value, void >::type | process
(
const T& source |
||
| std::enable_if< traits::has_save_function< T >::value, void >::type | process
(
const T& source |
||
| std::enable_if< traits::has_serialize_function< T >::value, void >::type | process
(
const T& source |
||
| std::enable_iftraits::has_save_member< T >::value &&!traits::has_serialize_member< T >::va... | process
(
const T& source |
||
| void | process
(
char source |
||
| void | process
(
std::uint8_t source |
||
| void | process
(
std::int8_t source |
||
| void | |||
| void | process
(
const std::array< T, N >& source |
||
| void | process
(
Anchor< OffsetType >& |
||
| void | process
(
const std::vector< T, Args... >& source |
||
| void | |||
| void | process
(
const std::basic_string< T, Args... >& source |
||
| void | process
(
const std::pair< K, V >& source |
||
| void | process
(
const std::tuple< K, V >& source |
||
| void | process
(
ArchiveOffset< OffsetType >& source |
||
| void | process
(
typename ArchiveOffset< OffsetType >::Proxy& |
||
| void | process
(
typename ArchiveOffset< OffsetType >::Proxy&& |
||
| void | process
(
ArchiveSize< SizeType, OffsetType >& source |
||
| void | process
(
typename ArchiveSize< SizeType, OffsetType >::Proxy& |
||
| void | process
(
typename ArchiveSize< SizeType, OffsetType >::Proxy&& |