Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/ExtendableBinaryInputArchive
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
std::enable_if::value &&traits::has_reserve_member< TContainer >::value &&traits::has_push_back_member< TContainer >::value >::type processElements
(
TContainer& dest, |
terse/archives/binary/InputArchive.h | ||
std::enable_if::value &&!traits::has_reserve_member< TContainer >::value &&!traits::has_push_back_member< TContainer >::value >::type processElements
(
TContainer& dest, |
terse/archives/binary/InputArchive.h | ||
std::enable_if< traits::is_batchable< TContainer >::value &&traits::has_wide_elements< TContainer >::value >::type processElements
(
TContainer& dest, |
terse/archives/binary/InputArchive.h | ||
std::enable_if< traits::is_batchable< TContainer >::value &&!traits::has_wide_elements< TContainer >::value >::type processElements
(
TContainer& dest, |
terse/archives/binary/InputArchive.h |
processElements(TContainer &, std::size_t)
| Name | processElements |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/archives/binary/InputArchive.h |
| Include Path | #include "terse/archives/binary/InputArchive.h" |
template<class TContainer>
std::enable_if<!traits::is_batchable< TContainer >::value &&traits::has_reserve_member < TContainer >::value &&traits::has_push_back_member < TContainer >::value >::type processElements
(
TContainer & dest,
std::size_t size
)
processElements(TContainer &, std::size_t)
| Name | processElements |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/archives/binary/InputArchive.h |
| Include Path | #include "terse/archives/binary/InputArchive.h" |
template<class TContainer>
std::enable_if<!traits::is_batchable< TContainer >::value &&!traits::has_reserve_member < TContainer >::value &&!traits::has_push_back_member < TContainer >::value >::type processElements
(
TContainer & dest,
std::size_t size
)
processElements(TContainer &, std::size_t)
| Name | processElements |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/archives/binary/InputArchive.h |
| Include Path | #include "terse/archives/binary/InputArchive.h" |
template<class TContainer>
std::enable_if< traits::is_batchable< TContainer >::value &&traits::has_wide_elements < TContainer >::value >::type processElements
(
TContainer & dest,
std::size_t size
)
processElements(TContainer &, std::size_t)
| Name | processElements |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/archives/binary/InputArchive.h |
| Include Path | #include "terse/archives/binary/InputArchive.h" |
template<class TContainer>
std::enable_if< traits::is_batchable< TContainer >::value &&!traits::has_wide_elements < TContainer >::value >::type processElements
(
TContainer & dest,
std::size_t size
)