Pyrogenesis  trunk
Public Member Functions | List of all members
SerializeHelper< Grid< T > > Struct Template Reference

Serialize a grid, applying a simple RLE compression that is assumed efficient. More...

#include <Grid.h>

Public Member Functions

void operator() (ISerializer &serialize, const char *name, Grid< T > &value)
 
void operator() (IDeserializer &deserialize, const char *name, Grid< T > &value)
 

Detailed Description

template<typename T>
struct SerializeHelper< Grid< T > >

Serialize a grid, applying a simple RLE compression that is assumed efficient.

Member Function Documentation

◆ operator()() [1/2]

template<typename T >
void SerializeHelper< Grid< T > >::operator() ( ISerializer serialize,
const char *  name,
Grid< T > &  value 
)
inline

◆ operator()() [2/2]

template<typename T >
void SerializeHelper< Grid< T > >::operator() ( IDeserializer deserialize,
const char *  name,
Grid< T > &  value 
)
inline

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