X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=flower%2Finclude%2Fdstream.hh;h=c207e21e38a65aece7627ad5cf71838b5192af7a;hb=3a0e9efb7f067e5b334ba0596b95e15d96d7cc49;hp=93b9956a250ca6d70a8508384b27d42a0794705f;hpb=8002fa018c81f70585c25232247c6dcba7f5cba0;p=lilypond.git diff --git a/flower/include/dstream.hh b/flower/include/dstream.hh index 93b9956a25..c207e21e38 100644 --- a/flower/include/dstream.hh +++ b/flower/include/dstream.hh @@ -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. */