import"sbIStringMap.idl";
Public Member Functions | |
AString | get (in AString key) |
Provides read-only access to a map of string values
Definition at line 35 of file sbIStringMap.idl.
AString sbIStringMap::get | ( | in AString | key | ) |
Returns the string value for key or a 'void' string if the key doesn't exist
The | key of the value to return |