]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/dstream.hh
release: 0.0.39-1
[lilypond.git] / flower / dstream.hh
index 801b166774a00515cbdc577575070a3c1a90f953..5375304d8508880942269b378eaaab01c6b27a34 100644 (file)
@@ -29,7 +29,7 @@ class Dstream
     int indentlvl;
     bool local_silence;
     String classname;
-
+    void output(String s);
     Assoc<String, bool> *silent;
 public:
 
@@ -42,8 +42,13 @@ public:
     Dstream(ostream *r, const char  * rcfile);
     virtual ~Dstream();
     Dstream &identify_as(String s);
-    
+
     Dstream &operator << (String s);
+    /**
+      Output memory locations.
+     */
+    Dstream &operator << (void const *);
+    Dstream &operator << (char const *);
 };
 #endif