|
Go to the documentation of this file.
23 #ifndef FAUDES_TOKENWRITER_H
73 std::ios::openmode openmode = std::ios::out|std::ios::trunc);
85 TokenWriter( const std::string& rFilename, const std::string& doctype);
97 TokenWriter(std::ostream& rStream, const std::string& doctype= "");
147 std::string Str( void);
218 void WriteText( const std::string& rText);
232 void WriteText( const std::string& rLabel, const std::string& rText);
334 void WriteEnd( const std::string& rLabel);
466 #define FAUDES_TOKENWRITER_H
libFAUDES 2.26g
--- 2015.08.17
--- c++ api documentaion by doxygen
|