7 #ifndef BALL_DATATYPE_STRINGHASHMAP_H
8 #define BALL_DATATYPE_STRINGHASHMAP_H
14 #ifndef BALL_COMMON_HASH_H
18 #ifndef BALL_CONCEPT_VISITOR_H
22 #ifndef BALL_CONCEPT_PROCESSOR_H
26 #ifndef BALL_DATATYPE_HASHMAP_H
39 template <
typename Value>
113 for ( ; it != hash_map.end(); ++it)
135 std::swap(*
this, hash_map);
231 visitor.visit(*
this);
238 #ifdef BALL_COMPILER_MSVC
244 #endif // BALL_DATATYPE_HASHMAP_H