Open PaperOpt
IO::TextFile Class Reference

#include <XMLParser.h>

Inheritance diagram for IO::TextFile:
Collaboration diagram for IO::TextFile:

List of all members.

Public Member Functions

 TextFile (const string &rFilename, char delim)
 ~TextFile ()
double readDouble ()
float readFloat ()
int readInt ()
bool eof ()

Detailed Description

Class for reading from a text file, comment lines starting with '%' are ignored.


Constructor & Destructor Documentation

TextFile::TextFile ( const string &  rFilename,
char  delim 
)
TextFile::~TextFile ( )

Member Function Documentation

bool TextFile::eof ( ) [virtual]

Implements IO::File.

double TextFile::readDouble ( void  ) [virtual]

Implements IO::File.

Here is the caller graph for this function:

float TextFile::readFloat ( void  ) [virtual]

Implements IO::File.

int TextFile::readInt ( void  ) [virtual]

Implements IO::File.


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