HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_SaveSerializable< OBJ_T > Struct Template Reference

#include <UT_Serialization.h>

Static Public Member Functions

template<typename ARCHIVER_T >
static bool invoke (ARCHIVER_T &archiver, OBJ_T &obj)
 

Detailed Description

template<typename OBJ_T>
struct UT_SaveSerializable< OBJ_T >

Alternatively, specialize these template structs when saving/loading need to be different. By default, they just forward to the functional forms. This form exists to make the templating easier for arrays.

Definition at line 146 of file UT_Serialization.h.

Member Function Documentation

template<typename OBJ_T >
template<typename ARCHIVER_T >
static bool UT_SaveSerializable< OBJ_T >::invoke ( ARCHIVER_T &  archiver,
OBJ_T &  obj 
)
inlinestatic

Definition at line 149 of file UT_Serialization.h.


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