#include <ostream.h>
Public Member Functions | |
unsigned | col () const |
ostream () | |
unsigned | pos () const |
void | put (char ch) |
void | reserve (unsigned size) |
unsigned | row () const |
const char * | str () const |
~ostream () | |
Private Attributes | |
char * | m_buffer |
unsigned | m_col |
unsigned | m_pos |
unsigned | m_row |
unsigned | m_size |
Definition at line 6 of file ostream.cpp.
Definition at line 11 of file ostream.cpp.
unsigned YAML_PM::ostream::col | ( | ) | const [inline] |
unsigned YAML_PM::ostream::pos | ( | ) | const [inline] |
void YAML_PM::ostream::put | ( | char | ch | ) |
Definition at line 29 of file ostream.cpp.
void YAML_PM::ostream::reserve | ( | unsigned | size | ) |
Definition at line 16 of file ostream.cpp.
unsigned YAML_PM::ostream::row | ( | ) | const [inline] |
const char* YAML_PM::ostream::str | ( | ) | const [inline] |
char* YAML_PM::ostream::m_buffer [private] |
unsigned YAML_PM::ostream::m_col [private] |
unsigned YAML_PM::ostream::m_pos [private] |
unsigned YAML_PM::ostream::m_row [private] |
unsigned YAML_PM::ostream::m_size [private] |