YAML::ostream Class Reference

#include <ostream.h>

List of all members.

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

Detailed Description

Definition at line 11 of file ostream.h.


Constructor & Destructor Documentation

YAML::ostream::ostream (  ) 
YAML::ostream::~ostream (  ) 

Member Function Documentation

unsigned YAML::ostream::col (  )  const [inline]

Definition at line 22 of file ostream.h.

unsigned YAML::ostream::pos (  )  const [inline]

Definition at line 23 of file ostream.h.

void YAML::ostream::put ( char  ch  ) 
void YAML::ostream::reserve ( unsigned  size  ) 
unsigned YAML::ostream::row (  )  const [inline]

Definition at line 21 of file ostream.h.

const char* YAML::ostream::str (  )  const [inline]

Definition at line 19 of file ostream.h.


Member Data Documentation

char* YAML::ostream::m_buffer [private]

Definition at line 26 of file ostream.h.

unsigned YAML::ostream::m_col [private]

Definition at line 30 of file ostream.h.

unsigned YAML::ostream::m_pos [private]

Definition at line 27 of file ostream.h.

unsigned YAML::ostream::m_row [private]

Definition at line 30 of file ostream.h.

unsigned YAML::ostream::m_size [private]

Definition at line 28 of file ostream.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


yaml_cpp
Author(s): Jesse Beder
autogenerated on Fri Jan 11 09:42:46 2013