import"sbIStringMap.idl";
Public Member Functions | |
void | set (in AString key, in AString value) |
void | clear () |
Public Member Functions inherited from sbIStringMap | |
AString | get (in AString key) |
Provides write access to a map of string values
Definition at line 48 of file sbIStringMap.idl.
void sbIMutableStringMap::clear | ( | ) |
Clears out the collection
void sbIMutableStringMap::set | ( | in AString | key, |
in AString | value | ||
) |
Sets a given string value for a key value
key | The key of the value being set |
value | The value of the key value pair being set |