MRPT logo

mrpt::utils::map_serializable< K, V > Class Template Reference

A std::map with basic read/write to ease implementing the mrpt::utils::CSerializable interface in classes having this type of data members. More...

#include <mrpt/utils/stl_extensions.h>

Inherits std::map<K,V>.

List of all members.

Public Member Functions

void read (utils::CStream &in)
void write (utils::CStream &out) const


Detailed Description

template<class K, class V>
class mrpt::utils::map_serializable< K, V >

A std::map with basic read/write to ease implementing the mrpt::utils::CSerializable interface in classes having this type of data members.

Definition at line 203 of file stl_extensions.h.


Member Function Documentation

template<class K, class V>
void mrpt::utils::map_serializable< K, V >::read ( utils::CStream in  )  [inline]

Definition at line 206 of file stl_extensions.h.

template<class K, class V>
void mrpt::utils::map_serializable< K, V >::write ( utils::CStream out  )  const [inline]

Definition at line 220 of file stl_extensions.h.




Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN: at Thu Feb 26 02:14:51 EST 2009