kviewshell
GMap< KTYPE, VTYPE > Class Template Reference
Associative maps. More...
#include <GContainer.h>
Inheritance diagram for GMap< KTYPE, VTYPE >:
Public Member Functions | |
GMap () | |
GMap & | operator= (const GMap &r) |
Detailed Description
template<class KTYPE, class VTYPE>
class GMap< KTYPE, VTYPE >
Associative maps.
Template class GMap<KTYPE,VTYPE># implements an associative map. The map contains an arbitrary number of entries. Each entry is a pair containing one element of type KTYPE# (named the "key") and one element of type VTYPE# (named the "value"). The entry associated to a particular value of the key can retrieved very efficiently. This class only implement constructors. See class {GMapTemplate} and {GPosition} for a description of all access methods.
Definition at line 1238 of file GContainer.h.
Constructor & Destructor Documentation
Definition at line 1242 of file GContainer.h.
Member Function Documentation
template<class KTYPE, class VTYPE>
GMap& GMap< KTYPE, VTYPE >::operator= | ( | const GMap< KTYPE, VTYPE > & | r | ) | [inline] |
Definition at line 1243 of file GContainer.h.
The documentation for this class was generated from the following file: