isbuff Class Reference
|
Ratpac-two
|
Public Member Functions |
Protected Member Functions |
Protected Attributes |
Friends |
List of all members
isbuff Class Reference
Inheritance diagram for isbuff:
Public Member Functions | |
| isbuff (const std::string &data) | |
Public Member Functions inherited from ibuff | |
| ibuff (itext::newline_t newline=itext::convert_mode) | |
| void | increment (bool newline=false) |
| unsigned long | bytes (void) const |
| unsigned | line (void) const |
| unsigned | column (void) const |
| void | set_newline_mode (itext::newline_t newline) |
| itext::newline_t | newline_mode (void) const |
| void | set_error (int error) |
| void | clear_error (void) |
| int | error_number (void) const |
| virtual std::string | error_string (void) const |
Protected Member Functions | |
| virtual int | peek (void) |
| virtual int | get (void) |
Protected Attributes | |
| std::string | m_data |
| unsigned | m_index |
Protected Attributes inherited from ibuff | |
| itext::newline_t | m_newline_mode |
| unsigned long | m_bytes |
| unsigned | m_line |
| unsigned | m_column |
| int | m_error_number |
| int | m_aliases |
Friends | |
| class | istext |
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/stringio.hpp
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/external/stlplus/src/stringio.cc
Generated by
Public Member Functions inherited from