ARB
Public Member Functions | List of all members
SimpleFormatReader Struct Reference

#include <reader.h>

Inheritance diagram for SimpleFormatReader:
Inheritance graph
[legend]
Collaboration diagram for SimpleFormatReader:
Collaboration graph
[legend]

Public Member Functions

 SimpleFormatReader (const char *inf)
 
bool failed () const OVERRIDE
 
void ignore_rest_of_file () OVERRIDE
 
void rewind () OVERRIDE
 
- Public Member Functions inherited from Reader
 Reader (const char *inf)
 
virtual ~Reader ()
 
void rewind ()
 
Readeroperator++ ()
 
const charline () const
 
void set_line (const char *new_line)
 
bool failed () const
 
bool ok () const
 
void abort ()
 
void ignore_rest_of_file ()
 
template<class PRED >
void skipOverLinesThat (const PRED &match_condition)
 
 PREPARE_MARK_NONFINAL_CLASS (Reader)
 
 Reader (istream &in_)
 
virtual ~Reader ()
 
const chargetNext ()
 
void back ()
 
int getLineNo () const
 
- Public Member Functions inherited from MessageAttachable
virtual ~MessageAttachable ()
 
LineAttachedMessage attached_message (const string &message) const
 
void attach_warning (const string &message) const
 
- Public Member Functions inherited from FormatReader
virtual ~FormatReader ()
 
virtual bool read_one_entry (Seq &seq) __ATTR__USERESULT=0
 
virtual InputFormatget_data ()=0
 

Additional Inherited Members

- Static Public Member Functions inherited from FormatReader
static SmartPtr< FormatReadercreate (const FormattedFile &in)
 

Detailed Description

Definition at line 82 of file reader.h.

Constructor & Destructor Documentation

SimpleFormatReader::SimpleFormatReader ( const char inf)
inline

Definition at line 83 of file reader.h.

Member Function Documentation

bool SimpleFormatReader::failed ( ) const
inlinevirtual

Implements FormatReader.

Definition at line 84 of file reader.h.

References Reader::failed().

void SimpleFormatReader::ignore_rest_of_file ( )
inlinevirtual

Implements FormatReader.

Definition at line 85 of file reader.h.

References Reader::ignore_rest_of_file().

Referenced by embl_to_gcg().

void SimpleFormatReader::rewind ( )
inlinevirtual

Implements FormatReader.

Definition at line 86 of file reader.h.

References Reader::rewind().


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