13 WvConfigSectionList sectlist;
20 WvConfigSectionList::Iter zzz(sectlist);
21 zzz.rewind();zzz.next();
29 sect->set(
"suck",
"blah");
30 sect->set(
"buck",
"more blah");
31 sect->set(
"luck",
"even more");
32 sect->set(
"duck",
"bored now");
35 zzz.rewind(); zzz.next();
43 value =
WvString(
"DIRTIED! [%s]", value);
45 printf(
"Lucky me [%s]\n", luck->value.
edit());
48 zzz->quick_set(
"weeeee",
"waaaaah");
50 zzz->quick_set(
"weeeee",
"ARGH");
53 printf(
"--- list everything ---\n");
54 for(zzz.rewind(); zzz.next(); )
56 printf(
"[%s]\n", zzz->name.edit());
59 printf(
"------- end list ------\n");