|
virtual bool | open (const std::string &a_file) |
|
virtual void | close () |
|
virtual bool | is_open () const |
|
virtual bool | read (char *a_buff, unsigned int a_lbuf, size_t &a_length) |
|
virtual bool | get_line (char *a_buff, unsigned int a_lbuf) |
|
virtual bool | eof () const |
|
| FILE_reader () |
|
virtual | ~FILE_reader () |
|
virtual | ~reader () |
|
Definition at line 594 of file file.
◆ FILE_reader() [1/2]
tools::FILE_reader::FILE_reader |
( |
| ) |
|
|
inline |
Definition at line 623 of file file.
◆ ~FILE_reader()
virtual tools::FILE_reader::~FILE_reader |
( |
| ) |
|
|
inlinevirtual |
Definition at line 624 of file file.
◆ FILE_reader() [2/2]
tools::FILE_reader::FILE_reader |
( |
const FILE_reader & |
a_from | ) |
|
|
inlineprotected |
Definition at line 626 of file file.
◆ close()
virtual void tools::FILE_reader::close |
( |
| ) |
|
|
inlinevirtual |
◆ eof()
virtual bool tools::FILE_reader::eof |
( |
| ) |
const |
|
inlinevirtual |
◆ get_line()
virtual bool tools::FILE_reader::get_line |
( |
char * |
a_buff, |
|
|
unsigned int |
a_lbuf |
|
) |
| |
|
inlinevirtual |
◆ is_open()
virtual bool tools::FILE_reader::is_open |
( |
| ) |
const |
|
inlinevirtual |
◆ open()
virtual bool tools::FILE_reader::open |
( |
const std::string & |
a_file | ) |
|
|
inlinevirtual |
◆ operator=()
Definition at line 630 of file file.
◆ read()
virtual bool tools::FILE_reader::read |
( |
char * |
a_buff, |
|
|
unsigned int |
a_lbuf, |
|
|
size_t & |
a_length |
|
) |
| |
|
inlinevirtual |
◆ m_FILE
FILE* tools::FILE_reader::m_FILE |
|
protected |
Definition at line 632 of file file.
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/file