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

Serializer for the bool type. More...

#include <serialize.h>

Collaboration diagram for data::Serializer< bool >:

Static Public Member Functions

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

Detailed Description

template<>
struct data::Serializer< bool >

Serializer for the bool type.

See Also
Serializer

Member Function Documentation

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

Here is the call graph for this function:

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

Here is the call graph for this function:


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