Serialization< T > Class Template Reference
[Serialization]

provides serialization for common classes More...

#include <Serialization.h>

List of all members.

Public Member Functions

 Serialization (T obj)
 Serialization (string str)
getObj (void)
string getStr (void)


Detailed Description

template<class T>
class Serialization< T >

provides serialization for common classes

Author:
Fabrizio Ramundo
Note:
Examples:

exampleCommModule.cpp.


Constructor & Destructor Documentation

template<class T>
Serialization< T >::Serialization ( obj  )  [inline]

obj constructor

Parameters:
obj object to be serialized

template<class T>
Serialization< T >::Serialization ( string  str  )  [inline]

str constructor

Parameters:
str string to be unserialized


Member Function Documentation

template<class T>
T Serialization< T >::getObj ( void   )  [inline]

get the stored object

Returns:
the stored object

template<class T>
string Serialization< T >::getStr ( void   )  [inline]

get the stored string

Returns:
the stored string


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

Generated on Mon Feb 20 07:01:10 2017 for MIP by  doxygen 1.5.6