GPL_Map

GPL_Map

gpl

1998 12-05


CLASS

GPL_Map - C++ generic map of values


SYNOPSIS

GPL_Map provides a mapping between values. It contains a list of mappings between a key and a value. Each object of the key class, K, may appear in only one pair. Each object of the value class, V, may appear in many pairs. The key class, K, must have a default constructor, an assignment operator, and the equality operator. The value class, V, must have a default constructor, an assignment operator, and the equality operator.


PARENTS


GPL_Reference public


CONSTRUCTORS


OPERATORS


MEMBER FUNCTIONS


SEE ALSO

GPL_MapIterator(3), GPL_Pair(3)