ExtendableBinaryInputArchive

Windows
MacOS
Linux

Inheritance Hierarchy

Archive

ExtendableBinaryInputArchive

BinaryInputArchive

References

Module

RigLogicLib

Header

/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/archives/binary/InputArchive.h

Include

#include "terse/archives/binary/InputArchive.h"

Syntax

template<class TExtender, class TStream, typename TSize, typename TOffset>
class ExtendableBinaryInputArchive : public terse::Archive< TExtender >

Constructors

Name Description

Public function

ExtendableBinaryInputArchive

(
    TExtender* extender,
    TStream* stream_
)

Functions

Name Description

Protected function

void

 

process

(
    std::tuple< K, V >& dest
)

Protected function

void

 

process

(
    std::pair< K, V >& dest
)

Protected function

void

 

process

(
    std::basic_string< T, Args... >& d...
)

Protected function

void

 

process

(
    DynArray< T, Args... >& dest
)

Protected function

void

 

process

(
    std::vector< T, Args... >& dest
)

Protected function

void

 

process

(
    std::array< T, N >& dest
)

Protected function

std::enable_...

 

process

(
    T& dest
)

Protected function

std::enable_...

 

process

(
    T& dest
)

Protected function

std::enable_...

 

process

(
    T& dest
)

Protected function

std::enable_...

 

process

(
    T& dest
)

Protected function

void

 

process

(
    typename ArchiveOffset< OffsetType ...
)

Protected function

void

 

process

(
    ArchiveOffset< OffsetType >& dest
)

Protected function

std::enable_...

 

process

(
    T& dest
)

Protected function

std::enable_...

 

processElements

(
    TContainer& dest,
    std::size_t size
)

Protected function

std::enable_...

 

processElements

(
    TContainer& dest,
    std::size_t size
)

Protected function

std::enable_...

 

processElements

(
    TContainer& dest,
    std::size_t size
)

Protected function

std::size_t

 

processSize()

Typedefs

Name

Description

BaseArchive

OffsetType

SizeType

Given the possibility of both 32 and 64bit platforms, use a fixed width type during serialization.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss