MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
SerializationPack::Serializable Class Referenceabstract

Mixin interface for objects that can be serialized to and from a stream. More...

#include <SerializationPack_Serializable.hpp>

Inheritance diagram for SerializationPack::Serializable:
Inheritance graph
[legend]

Public Member Functions

virtual ~Serializable ()
 
virtual void serialize (std::ostream &out) const =0
 Serialize the object to a stream. More...
 
virtual void unserialize (std::istream &in)=0
 Un-serialize the object from a stream. More...
 

Detailed Description

Mixin interface for objects that can be serialized to and from a stream.

Todo: Finish documentation!

Definition at line 58 of file SerializationPack_Serializable.hpp.

Constructor & Destructor Documentation

virtual SerializationPack::Serializable::~Serializable ( )
inlinevirtual

Definition at line 62 of file SerializationPack_Serializable.hpp.

Member Function Documentation

virtual void SerializationPack::Serializable::serialize ( std::ostream &  out) const
pure virtual

Serialize the object to a stream.

Todo: Finish documentation!

Implemented in ConstrainedOptPack::MatrixSymPosDefInvCholFactor.

virtual void SerializationPack::Serializable::unserialize ( std::istream &  in)
pure virtual

Un-serialize the object from a stream.

Todo: Finish documentation!

Implemented in ConstrainedOptPack::MatrixSymPosDefInvCholFactor.


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