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

Serializer for the uint64_t type. More...

#include <serialize.h>

Collaboration diagram for data::Serializer< uint64_t >:

Static Public Member Functions

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

Detailed Description

template<>
struct data::Serializer< uint64_t >

Serializer for the uint64_t type.

See Also
Serializer

Member Function Documentation

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

Here is the call graph for this function:

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

Here is the call graph for this function:


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