Public Member Functions | Private Attributes
YAML_PM::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 13 of file ostream.h.


Constructor & Destructor Documentation

Definition at line 6 of file ostream.cpp.

Definition at line 11 of file ostream.cpp.


Member Function Documentation

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

Definition at line 24 of file ostream.h.

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

Definition at line 25 of file ostream.h.

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]

Definition at line 23 of file ostream.h.

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

Definition at line 21 of file ostream.h.


Member Data Documentation

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

Definition at line 28 of file ostream.h.

unsigned YAML_PM::ostream::m_col [private]

Definition at line 32 of file ostream.h.

unsigned YAML_PM::ostream::m_pos [private]

Definition at line 29 of file ostream.h.

unsigned YAML_PM::ostream::m_row [private]

Definition at line 32 of file ostream.h.

unsigned YAML_PM::ostream::m_size [private]

Definition at line 30 of file ostream.h.


The documentation for this class was generated from the following files:


libpointmatcher
Author(s):
autogenerated on Thu Jun 20 2019 19:51:35