Associative maps for smart-pointers.
Associative maps for smart-pointers. Template class GMap<KTYPE,VTYPE> implements an associative map for key type KTYPE and value type GP<VTYPE> (see GSmartPointer.h). The map contains an arbitrary number of entries. Each entry is a pair containing one element of type KTYPE (named the "key") and one aelement of type VTYPE (named the "value"). The entry associated to a particular value of the key can retrieved very efficiently. Significantly smaller code sizes can be achieved by using this class instead of the more general GMap<KTYPE,GP<VTYPE>> (see GMap). This class only implement constructors. See class GMapTemplate and GPosition for a description of all access methods.
Alphabetic index HTML hierarchy of classes or Java