Thanks very much Troy.
That helps a lot.
Regards,
Manfred
Am 25.08.2007 um 11:56 schrieb Troy A. Griffitts:
> Manfred,
>
> SWConfig uses an stl multimap. This is similar to a map, but also
> allows duplicates.
>
> We've subclassed multimap and added back many of the nice accessors
> that
Manfred,
SWConfig uses an stl multimap. This is similar to a map, but also
allows duplicates.
We've subclassed multimap and added back many of the nice accessors that
map provides, like:
SWConfig config("~/.sword/InstallMgr/InstallMgr.conf");
config["General"]["PassiveFTP"]="true";
But, like