#include <settings.hpp>
|
| template<typename Archive > |
| void | save (Archive &ar, const unsigned int version) const |
| |
| template<class Archive > |
| void | load (Archive &ar, const unsigned int version) |
| |
template<typename Key, typename Value>
class DataMap< Key, Value >
Definition at line 141 of file settings.hpp.
template<typename Key, typename Value>
template<class Archive >
| void DataMap< Key, Value >::load |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
inlineprivate |
template<typename Key, typename Value>
template<typename Archive >
| void DataMap< Key, Value >::save |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| const |
|
inlineprivate |
template<typename Key, typename Value>
| friend class boost::serialization::access |
|
friend |
The documentation for this class was generated from the following file: