16 Assoc
<String
, bool> silent
;
19 /// indent of each level
23 Dstream(ostream
&r
, const char * = 0);
24 Dstream
&identify_as(String s
);
25 void switch_output(String s
,bool);
26 Dstream
&operator << (String s
);
29 a class for providing debug output of nested structures,
30 with indents according to \{\}()[].
32 Using identify_as() one can turn on and off specific messages. Init
33 for these can be given in a rc file