2005/5/9

     
 

THashSet_h

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

THashSet.h File Reference

#include THashMap.h
#include TAbstractSet.h

Namespaces

namespace  acdk
namespace  acdk::util

Defines

#define ACDK_DECL_HASHSET(Type1, RType1)
 Helper macro to define typed hashset ACDK_DECL_SET(String, RString); introduces the names StringHashSet, RStringHashSet.


Define Documentation

#define ACDK_DECL_HASHSET Type1,
RType1   ) 
 

Value:

ACDK_DECL_SET(Type1, RType1); \
  typedef ::acdk::util::THashSet<RType1> Type1##HashSet; \
  typedef Type1##To##Type2##HashMap::RefType R##Type1##HashSet
Helper macro to define typed hashset ACDK_DECL_SET(String, RString); introduces the names StringHashSet, RStringHashSet.