libmoost
moost::transaction::Serializer< dataT, istreamT, ostreamT > Class Template Reference

#include <queue.hpp>

Inheritance diagram for moost::transaction::Serializer< dataT, istreamT, ostreamT >:
Collaboration diagram for moost::transaction::Serializer< dataT, istreamT, ostreamT >:

List of all members.

Public Member Functions

bool Serialise (std::string const &key, dataT const &data) const
bool Deserialise (std::string const &key, dataT &data) const

Detailed Description

template<typename dataT, typename istreamT = std::ifstream, typename ostreamT = std::ofstream>
class moost::transaction::Serializer< dataT, istreamT, ostreamT >

Definition at line 71 of file queue.hpp.


Member Function Documentation

template<typename dataT , typename istreamT = std::ifstream, typename ostreamT = std::ofstream>
bool moost::transaction::Serializer< dataT, istreamT, ostreamT >::Deserialise ( std::string const &  key,
dataT &  data 
) const [inline]

Definition at line 89 of file queue.hpp.

template<typename dataT , typename istreamT = std::ifstream, typename ostreamT = std::ofstream>
bool moost::transaction::Serializer< dataT, istreamT, ostreamT >::Serialise ( std::string const &  key,
dataT const &  data 
) const [inline]

Definition at line 74 of file queue.hpp.


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