A base class for all stream buffer operations.
More...
#include <rtt/os/rtstreambufs.hpp>
List of all members.
Public Types |
typedef unsigned int | streamsize |
Public Member Functions |
virtual int | sgetc ()=0 |
virtual streamsize | sgetn (char *s, streamsize n)=0 |
virtual int | sputc (char c)=0 |
virtual streamsize | sputn (const char *s, streamsize n)=0 |
Detailed Description
A base class for all stream buffer operations.
Definition at line 52 of file rtstreambufs.hpp.
The documentation for this class was generated from the following file: