Re: [sword-devel] SWConfig questions

2007-08-28 Thread Manfred Bergmann
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

Re: [sword-devel] SWConfig questions

2007-08-25 Thread 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 map provides, like: SWConfig config("~/.sword/InstallMgr/InstallMgr.conf"); config["General"]["PassiveFTP"]="true"; But, like