19 #ifndef INCLUDE_SF_HASH_SET_HPP 20 #define INCLUDE_SF_HASH_SET_HPP 22 #include <RCF/Config.hpp> 23 #ifdef RCF_USE_HASH_MAP 25 #define _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS 26 #include RCF_HASH_MAP_HEADER(hash_set) 28 #include <SF/SerializeStl.hpp> 33 template<
typename Key,
typename Hash,
typename Alloc>
34 inline void serialize_vc6(Archive &ar, RCF_HASH_MAP_NS::hash_set<Key, Hash, Alloc> &t,
const unsigned int)
36 serializeStlContainer<InsertSemantics, NoReserveSemantics>(ar, t);
40 template<
typename Key,
typename Hash,
typename Alloc>
41 inline void serialize_vc6(Archive &ar, RCF_HASH_MAP_NS::hash_multiset<Key, Hash, Alloc> &t,
const unsigned int)
43 serializeStlContainer<InsertSemantics, NoReserveSemantics>(ar, t);
48 #endif // RCF_USE_HASH_MAP 50 #endif // ! INCLUDE_SF_HASH_SET_HPP Definition: ByteBuffer.hpp:189