2 datafile.hh -- declare Data_file
4 source file of the LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
13 #include "textstream.hh"
16 class Data_file
: private Text_stream
24 Text_stream::get_name
;
27 void data_unget(char c
) {
31 /// read line, eat #\n#
34 /// read a word till next space, leave space. Also does quotes
37 /// gobble horizontal white stuff.
40 /// gobble empty stuff before first field.
41 void gobble_leading_white();
42 Data_file(String s
) : Text_stream(s
) {
43 //*mlog << "(" << s << flush;
48 // *mlog << ")"<<flush;
52 message("warning: " + s
);