ESA JPIP server  0.1
data::Serializer< int > Struct Template Reference

Serializer for the int type. More...

#include <serialize.h>

Collaboration diagram for data::Serializer< int >:

Static Public Member Functions

static InputStreamLoad (InputStream &stream, int &var)
 
static OutputStreamSave (OutputStream &stream, int &var)
 

Detailed Description

template<>
struct data::Serializer< int >

Serializer for the int type.

See also
Serializer

Member Function Documentation

static InputStream& data::Serializer< int >::Load ( InputStream stream,
int &  var 
)
inlinestatic

Here is the call graph for this function:

static OutputStream& data::Serializer< int >::Save ( OutputStream stream,
int &  var 
)
inlinestatic

Here is the call graph for this function:


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