18 #ifndef INCLUDE_SF_HASH_SET_HPP 19 #define INCLUDE_SF_HASH_SET_HPP 21 #include <RCF/Config.hpp> 22 #ifdef RCF_USE_HASH_MAP 24 #define _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS 25 #include RCF_HASH_MAP_HEADER(hash_set) 27 #include <SF/SerializeStl.hpp> 32 template<
typename Key,
typename Hash,
typename Alloc>
33 inline void serialize_vc6(Archive &ar, RCF_HASH_MAP_NS::hash_set<Key, Hash, Alloc> &t,
const unsigned int)
35 serializeStlContainer<InsertSemantics, NoReserveSemantics>(ar, t);
39 template<
typename Key,
typename Hash,
typename Alloc>
40 inline void serialize_vc6(Archive &ar, RCF_HASH_MAP_NS::hash_multiset<Key, Hash, Alloc> &t,
const unsigned int)
42 serializeStlContainer<InsertSemantics, NoReserveSemantics>(ar, t);
47 #endif // RCF_USE_HASH_MAP 49 #endif // ! INCLUDE_SF_HASH_SET_HPP Definition: ByteBuffer.hpp:188