Base Framework
Classes
Collections

Classes

class  AlreadyKeyException
 Already key exception. More...
 
class  AmbiguousRegistration
 Ambiguous registration exception. More...
 
class  Array< TYPE >
 Array collection. More...
 
class  ArrayMap< KEY, VALUE >
 Association of value with value. More...
 
class  Association< KEY, VALUE >
 Association of value with value. More...
 
class  PrefixOrderEnumerator< TRAITS >
 Prefix order enumerator. More...
 
class  InfixOrderEnumerator< TRAITS >
 Infix order enumerator. More...
 
class  PostfixOrderEnumerator< TRAITS >
 Postfix order enumerator. More...
 
class  BinaryTree< TYPE >
 Binary tree. More...
 
class  BitSet
 Set of bits collection. More...
 
class  Cache< KEY, VALUE >
 Cache. More...
 
class  Collection
 Base class for all collections. More...
 
class  ContainerException
 
class  EmptyContainer
 
class  EndOfEnumeration
 End of enumeration exception. More...
 
class  EnumeratorTraits< VALUE >
 Descriptor for modifying enumerator. More...
 
class  ReadEnumeratorTraits< VALUE >
 Descriptor for non-modifying enumerator. More...
 
class  Enumerator< TRAITS >
 Enumeration interface for modifying access. More...
 
class  Hash< TYPE >
 Hash function object. More...
 
class  HashSet< TYPE >
 Hash set collection. More...
 
class  HashSet< TYPE >::HashSetEnumerator< TRAITS >
 Hash set enumerator. More...
 
class  HashTable< KEY, VALUE >
 Hash table collection. More...
 
class  HashTable< KEY, VALUE >::HashTableEnumerator< TRAITS >
 Hash set enumerator. More...
 
class  InvalidContainer
 Invalid key exception. More...
 
class  InvalidEnumeration
 Invalid enumeration exception. More...
 
class  InvalidKey
 Invalid key exception. More...
 
class  InvalidNode
 Invalid node exception. More...
 
class  IteratorException
 
class  List< TYPE >
 List collection. More...
 
class  Map< KEY, VALUE >
 Map collection. More...
 
class  OrderedBinaryTree< TYPE, KEY >
 Ordered binary tree. More...
 
class  PriorityQueue< VALUE, PRIORITY, LOCK >
 Priority queue collection. More...
 
class  Queue< TYPE, LOCK >
 Queue. More...
 
class  Set< KEY >
 Set collection. More...
 
class  SingleLinkedNode< TYPE >
 Single linked node. More...
 
class  Stack< TYPE >
 Stack collection. More...
 

Detailed Description