HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_ArraySaveSerializable< T, ARRAY > Struct Template Reference

#include <UT_Serialization.h>

Static Public Member Functions

template<typename ARCHIVER_T >
static bool invoke (ARCHIVER_T &archiver, ARRAY< T > &vec)
 

Detailed Description

template<typename T, template< typename > class ARRAY>
struct UT_ArraySaveSerializable< T, ARRAY >

Array<T> serializable. This saves out an ordered sequence of type T's as opposed to unordered maps. By design, we impose a schema where such arrays always include the array length as the first element.

Definition at line 234 of file UT_Serialization.h.

Member Function Documentation

template<typename T , template< typename > class ARRAY>
template<typename ARCHIVER_T >
static bool UT_ArraySaveSerializable< T, ARRAY >::invoke ( ARCHIVER_T &  archiver,
ARRAY< T > &  vec 
)
inlinestatic

Definition at line 237 of file UT_Serialization.h.


The documentation for this struct was generated from the following file: