2005/5/9
-- ACDK API Docs Misc header TTreeMap_h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include TMap.h #include TAbstractMap.h #include TAbstractSet.h #include TSortedMap.h #include TComparator.h #include TBasicMapEntry.h #include ConcurrentModificationException.h #include TAbstractCollection.h #include <acdk/lang/UnsupportedOperationException.h> #include <acdk/lang/IllegalStateException.h> #include <acdk/lang/Cloneable.h> #include <acdk/io/Serializable.h> #include <acdk/lang/System.h> #include <acdk/lang/NullPointerException.h>
#include TMap.h
#include TAbstractMap.h
#include TAbstractSet.h
#include TSortedMap.h
#include TComparator.h
#include TBasicMapEntry.h
#include ConcurrentModificationException.h
#include TAbstractCollection.h
#include <acdk/lang/UnsupportedOperationException.h>
#include <acdk/lang/IllegalStateException.h>
#include <acdk/lang/Cloneable.h>
#include <acdk/io/Serializable.h>
#include <acdk/lang/System.h>
#include <acdk/lang/NullPointerException.h>
Value:
ACDK_DECL_SORTEDMAP(Type1, RType1, Type2, RType2); \ ACDK_DECL_SET(Type1, RType1); \ typedef ::acdk::util::TTreeMap<RType1, RType2> Type1##To##Type2##TreeMap; \ typedef Type1##To##Type2##TreeMap::RefType R##Type1##To##Type2##TreeMap