2005/5/9

     
 

THashMap_h

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

THashMap.h File Reference

#include HashMap.h
#include TAbstractMap.h
#include TBucket.h
#include NoSuchElementException.h
#include <acdk/lang/Math.h>
#include <acdk/lang/Error.h>
#include <acdk/lang/Cloneable.h>
#include <acdk/io/Serializable.h>
#include ConcurrentModificationException.h
#include <acdk/lang/UnsupportedOperationException.h>
#include <acdk/lang/ExtObject.h>
#include <acdk/lang/IllegalStateException.h>

Namespaces

namespace  acdk
namespace  acdk::util

Defines

#define ACDK_DECL_HASHMAP(Type1, RType1, Type2, RType2)
 defines a concret hashmap with key and value types


Define Documentation

#define ACDK_DECL_HASHMAP Type1,
RType1,
Type2,
RType2   ) 
 

Value:

ACDK_DECL_MAP(Type1, RType1, Type2, RType2); \
  typedef ::acdk::util::THashMap<RType1, RType2> Type1##To##Type2##HashMap; \
  typedef Type1##To##Type2##HashMap::RefType R##Type1##To##Type2##HashMap
defines a concret hashmap with key and value types