]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/dstream.hh
release: 1.3.0
[lilypond.git] / flower / include / dstream.hh
index 93b9956a250ca6d70a8508384b27d42a0794705f..c207e21e38a65aece7627ad5cf71838b5192af7a 100644 (file)
@@ -10,7 +10,7 @@
 #define DSTREAM_HH
 
 #include "string.hh"
-#include "scalar.hh"
+
 
 const char eol= '\n';
 
@@ -51,12 +51,12 @@ public:
   virtual ~Dstream();
   Dstream &identify_as (String s);
 
-  /** 
-    Output a Scalar via the Dstream.  This is the only output
-    interface.  It explicitely delegates all implicit conversion 
-    to Scalar class.  
-    */
-  Dstream &operator << (Scalar);
+
+  Dstream &operator << (String);
+  Dstream &operator << (Real);
+  Dstream &operator << (int);  
+  Dstream &operator << (Rational);
+  Dstream &operator << (char);  
   /**
      Output memory locations.
   */