mace::pair< F, S > Class Template Reference
[Collections]

#include <mpair.h>

Inheritance diagram for mace::pair< F, S >:

Inheritance graph
[legend]
Collaboration diagram for mace::pair< F, S >:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<class F, class S>
class mace::pair< F, S >

derives from mace::printpair, also adds serializability

Definition at line 79 of file mpair.h.


Public Member Functions

int deserialize (std::istream &in) throw (SerializationException)
 Replace the current object value from the bytes read from in, returning the number of bytes read.
int deserializeXML_RPC (std::istream &in) throw (SerializationException)
 deserialize this object from XML_RPC format from in
void serialize (std::string &str) const
 Encode the current object at the end of str as a bytestring in a compact format (and which doesn't require delimiters to parse).
void serializeXML_RPC (std::string &str) const throw (SerializationException)
 serialize this object onto the end of str in XML_RPC format

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

Generated on Sat Oct 4 21:30:41 2008 for Mace Library by  doxygen 1.5.5