X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Ftextwriter.h;h=a0ed1b79888e882a86b083d0a037c6126887ba78;hp=4caa6b8105ce795d0175840c996cbf5262b66e69;hb=19179a622c1de88de5ed7047643eec79f285bf2a;hpb=215e719d0ef85f748898660d15d01e77ac551de9 diff --git a/source/textwriter.h b/source/textwriter.h index 4caa6b8..a0ed1b7 100644 --- a/source/textwriter.h +++ b/source/textwriter.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_TEXTWRITER_H_ #define MSP_DATAFILE_TEXTWRITER_H_ @@ -15,9 +8,13 @@ namespace DataFile { class TextWriter: public WriterMode { +private: + std::string float_format; + public: TextWriter(IO::Base &o); + virtual void set_float_precision(unsigned); virtual void write(const Statement &st); private: void write_(const Statement &st, unsigned);