out_file_format Class Reference

#include <file_format.h>

Inheritance diagram for out_file_format:

binary_out_file text_out_file

Detailed Description

Class for output file formats [abstract base].

Definition at line 44 of file file_format.h.


Public Member Functions

virtual int bool_out (bool dat, std::string name="")=0
 Output a bool variable.
virtual int char_out (char dat, std::string name="")=0
 Output a char variable.
virtual int float_out (float dat, std::string name="")=0
 Output a float variable.
virtual int double_out (double dat, std::string name="")=0
 Output a double variable.
virtual int int_out (int dat, std::string name="")=0
 Output an int variable.
virtual int long_out (unsigned long int dat, std::string name="")=0
 Output an long variable.
virtual int string_out (std::string dat, std::string name="")=0
 Output a string.
virtual int word_out (std::string dat, std::string name="")=0
 Output a word.
virtual int start_object (std::string type, std::string name="")=0
 Start object output.
virtual int end_object ()=0
 End object output.
virtual int end_line ()=0
 End a line of output.
virtual int init_file ()=0
 Output initialization.
virtual int clean_up ()=0
 Finish the file.

The documentation for this class was generated from the following file:

Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page