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

Definition at line 226 of file cel_stream.h.


The documentation for this struct was generated from the following file:
This document is automatically generated using doxygen 1.5.4 at Fri Jun 27 18:23:22 2008.