CTypedPtrMap::SetAt

void SetAt( KEY key, VALUE newValue );

Parameters

KEY

Template parameter specifying the type of the map's keys.

key

 Specifies the key value of the newValue.

newValue

Specifies the object pointer that is the value of the new element.

Remarks

This member function calls BASE_CLASS::SetAt. For more detailed remarks, see CMapStringToOb::SetAt.

CTypedPtrMap OverviewClass MembersHierarchy Chart