|
ARB
|
#include <reader.h>


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 () |
| Reader & | operator++ () |
| const char * | line () 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 char * | getNext () |
| 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 InputFormat & | get_data ()=0 |
Additional Inherited Members | |
Static Public Member Functions inherited from FormatReader | |
| static SmartPtr< FormatReader > | create (const FormattedFile &in) |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Implements FormatReader.
Definition at line 85 of file reader.h.
References Reader::ignore_rest_of_file().
Referenced by embl_to_gcg().
|
inlinevirtual |
1.8.8