ibuff Class Reference

Ratpac-two: ibuff Class Reference
Ratpac-two
Inheritance diagram for ibuff:
ifbuff imbuff isbuff

Public Member Functions

 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
 
virtual int peek (void)=0
 
virtual int get (void)=0
 

Protected Attributes

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 itext
 

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