Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
ListMapManager Class Reference

Detailed Description

Manager for ListMap data structure class. To obtain a specialized implementation, replace one of the default optional template parameter by the customied argument.

Parameters
KType of keys.
TType of values.
KCComparator for keys (default to Comparator<K>).
ETEquivalence for values (default to Equiv<K>).
AAllocator (default to DefaultAllocator).

The documentation for this class was generated from the following file: