template<class K,class V>
struct Assoc;
-/** debug stream.
+/** Debug stream.
a class for providing debug output of nested structures,
with indents according to \{\}()[].
/**
if rcfile == 0, then do not read any rc file.
*/
-
Dstream(ostream *r, char const * rcfile);
virtual ~Dstream();
Dstream &identify_as(String s);
+/** Output a string via the Dstream. This is the only output
+ interface. It delegates all conversion to String class. */
Dstream &operator << (String s);
/**
Output memory locations.
/**
- symbols, dimensions and constants
+ Symbols, dimensions and constants pertaining to visual output.
This struct takes care of all kinds of symbols, dimensions and
constants. Most of them are related to the point-size of the fonts,
/// height of the staff
Real standard_height()const;
- /// width of a quaver ball
+ /// width of a crotchet ball
Real note_width() const;
void print() const;