Base::Streambuf Class Reference

#include <Stream.h>

List of all members.

Public Member Functions

 Streambuf (const std::string &data)
 ~Streambuf ()

Protected Member Functions

virtual int_type pbackfail (int_type ch)
virtual pos_type seekoff (std::streambuf::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which=std::ios::in|std::ios::out)
virtual pos_type seekpos (std::streambuf::pos_type pos, std::ios_base::openmode which=std::ios::in|std::ios::out)
virtual std::streamsize showmanyc ()
virtual int_type uflow ()
virtual int_type underflow ()

Detailed Description

Definition at line 236 of file Stream.h.


Constructor & Destructor Documentation

Streambuf::Streambuf ( const std::string &  data  )  [explicit]

Definition at line 538 of file Stream.cpp.

Streambuf::~Streambuf (  ) 

Definition at line 545 of file Stream.cpp.


Member Function Documentation

Streambuf::int_type Streambuf::pbackfail ( int_type  ch  )  [protected, virtual]

Definition at line 565 of file Stream.cpp.

std::streambuf::pos_type Streambuf::seekoff ( std::streambuf::off_type  off,
std::ios_base::seekdir  way,
std::ios_base::openmode  which = std::ios::in | std::ios::out 
) [protected, virtual]

Definition at line 579 of file Stream.cpp.

References Sketcher::end.

Referenced by seekpos().

std::streambuf::pos_type Streambuf::seekpos ( std::streambuf::pos_type  pos,
std::ios_base::openmode  which = std::ios::in | std::ios::out 
) [protected, virtual]

Definition at line 603 of file Stream.cpp.

References seekoff().

std::streamsize Streambuf::showmanyc (  )  [protected, virtual]

Definition at line 573 of file Stream.cpp.

Streambuf::int_type Streambuf::uflow (  )  [protected, virtual]

Definition at line 557 of file Stream.cpp.

Streambuf::int_type Streambuf::underflow (  )  [protected, virtual]

Definition at line 549 of file Stream.cpp.


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

Generated on Wed Nov 23 19:01:48 2011 for FreeCAD by  doxygen 1.6.1