#include <file_format.h>
Definition at line 46 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. |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page