Celartem::WriteData< T, byClassMethods > Struct Template Reference

#include <cel_stream.h>

List of all members.


Detailed Description

template<typename T>
struct Celartem::WriteData< T, byClassMethods >

The class T has serialize method to write out the value to the storage.
The prototype of serialize is defined as:

            void serialize(
                Stream *inStream, size_t inLevel, Endian inEndian) const;

The same method is used by SerializableData.

This template struct is used by write<> template.

See also:
write(Stream*,const T&,Endian), SerializableData, Serializable

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

This document is made with doxygen 1.7.1 at Sat Mar 31 2012 04:35:57.
Caminova Logo