![]()
|
Top: Basic types: Lists: strmap: Constructors/destructors
strmap::strmap() -- the default constructor creates a string map which does not own objects. strmap::strmap(slflags iflags) -- with this constructor additional options can be specified (unlike strlist only two of the flags are allowed here):
These features are set only during construction of a string map object and can not be changed later. strmap::~strmap() -- destroys member objects if SL_OWNOBJECTS was specified during creation of this string map. See also: Manipulation, Search PTypes home |