Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MynahSA::IoBase Class Reference

#include <iobase.hpp>

List of all members.

Public Member Functions

 IoBase ()
 constructor
virtual ~IoBase ()
 destructor
virtual void serialize (Archive &ar)=0
 serialization place holder - does nothing in the pure base
virtual std::string ioName () const =0
 return the name of the io class.


Detailed Description

Class IoBase is a class base used for all objects transmitted between client and server. It is a polymorphic base class to allow common code paths to be unified through virtual member functions.

This class is a replacement for base classes Request and Response which were designed to work with boost's serialization library. The serialization library was deemed to be too cumbersome for this project.

Definition at line 37 of file iobase.hpp.


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