itext Class Reference
|
Ratpac-two
|
itext Class Reference
Inheritance diagram for itext:
Public Types | |
| enum | newline_t { binary_mode , convert_mode } |
| typedef void(* | manipulator_function) (itext &) |
Public Member Functions | |
| itext (ibuff *) | |
| bool | initialised (void) const |
| void | open (ibuff *) |
| void | close (void) |
| itext (const itext &) | |
| itext & | operator= (const itext &) |
| bool | error (void) const |
| int | error_number (void) const |
| std::string | error_string (void) const |
| void | set_error (int error) |
| void | clear_error (void) |
| void | set_newline_mode (newline_t newline=convert_mode) |
| void | set_convert_mode (void) |
| void | set_binary_mode (void) |
| newline_t | newline_mode (void) const |
| bool | is_convert_mode (void) |
| bool | is_binary_mode (void) |
| bool | eof (void) |
| bool | eoln (void) |
| int | peek (void) |
| int | get (void) |
| unsigned long | bytes (void) const |
| unsigned | line (void) const |
| unsigned | column (void) const |
| bool | good (void) |
| operator bool (void) | |
| bool | operator! (void) |
| itext & | operator>> (char &) |
| itext & | operator>> (signed char &) |
| itext & | operator>> (unsigned char &) |
| itext & | operator>> (std::string &) |
| bool | getline (std::string &line) |
| itext & | operator>> (std::vector< std::string > &) |
| itext & | operator>> (bool &) |
| itext & | operator>> (short &) |
| itext & | operator>> (unsigned short &) |
| itext & | operator>> (int &) |
| itext & | operator>> (unsigned int &) |
| itext & | operator>> (long &) |
| itext & | operator>> (unsigned long &) |
| itext & | operator>> (float &) |
| itext & | operator>> (double &) |
| itext & | operator>> (manipulator_function) |
| itext & | operator>> (otext &) |
Protected Attributes | |
| ibuff * | m_buffer |
Friends | |
| class | otext |
| class | ibuff |
| std::string | to_string (newline_t) |
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/external/stlplus/include/stlplus/textio.hpp
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/external/stlplus/src/textio.cc
Generated by