libmoost
boost::serialization Namespace Reference

Functions

template<typename archiveT , typename Key , typename Data , typename HashFcn , typename EqualKey , typename Alloc >
void serialize (archiveT &ar, moost::container::sparse_hash_map< Key, Data, HashFcn, EqualKey, Alloc > &map, const unsigned int version)
template<typename archiveT , typename Key , typename Data , typename HashFcn , typename EqualKey , typename Alloc >
void serialize (archiveT &ar, moost::container::dense_hash_map< Key, Data, HashFcn, EqualKey, Alloc > &map, const unsigned int version)
template<typename archiveT , typename Value , typename HashFcn , typename EqualKey , typename Alloc >
void serialize (archiveT &ar, moost::container::sparse_hash_set< Value, HashFcn, EqualKey, Alloc > &set, const unsigned int version)
template<typename archiveT , typename Value , typename HashFcn , typename EqualKey , typename Alloc >
void serialize (archiveT &ar, moost::container::dense_hash_set< Value, HashFcn, EqualKey, Alloc > &set, const unsigned int version)

Function Documentation

template<typename archiveT , typename Key , typename Data , typename HashFcn , typename EqualKey , typename Alloc >
void boost::serialization::serialize ( archiveT &  ar,
moost::container::sparse_hash_map< Key, Data, HashFcn, EqualKey, Alloc > &  map,
const unsigned int  version 
)

Definition at line 83 of file hashmap_serializer.hpp.

Here is the caller graph for this function:

template<typename archiveT , typename Value , typename HashFcn , typename EqualKey , typename Alloc >
void boost::serialization::serialize ( archiveT &  ar,
moost::container::sparse_hash_set< Value, HashFcn, EqualKey, Alloc > &  set,
const unsigned int  version 
)

Definition at line 84 of file hashset_serializer.hpp.

Here is the call graph for this function:

template<typename archiveT , typename Key , typename Data , typename HashFcn , typename EqualKey , typename Alloc >
void boost::serialization::serialize ( archiveT &  ar,
moost::container::dense_hash_map< Key, Data, HashFcn, EqualKey, Alloc > &  map,
const unsigned int  version 
)

Definition at line 93 of file hashmap_serializer.hpp.

Here is the call graph for this function:

template<typename archiveT , typename Value , typename HashFcn , typename EqualKey , typename Alloc >
void boost::serialization::serialize ( archiveT &  ar,
moost::container::dense_hash_set< Value, HashFcn, EqualKey, Alloc > &  set,
const unsigned int  version 
)

Definition at line 94 of file hashset_serializer.hpp.

Here is the call graph for this function: