#include <PPTStreamBuf.h>
Public Member Functions | |
PPTStreamBuf (int fd, unsigned bufsize=1) | |
virtual | ~PPTStreamBuf () |
unsigned int | how_many () |
void | open (int fd, unsigned bufsize=1) |
int | sync () |
int | overflow (int c) |
void | finish () |
Definition at line 38 of file PPTStreamBuf.h.
PPTStreamBuf::PPTStreamBuf | ( | int | fd, | |
unsigned | bufsize = 1 | |||
) |
Definition at line 48 of file PPTStreamBuf.cc.
References open().
Here is the call graph for this function:
PPTStreamBuf::~PPTStreamBuf | ( | ) | [virtual] |
Definition at line 56 of file PPTStreamBuf.cc.
References sync().
Here is the call graph for this function:
unsigned int PPTStreamBuf::how_many | ( | ) | [inline] |
void PPTStreamBuf::open | ( | int | fd, | |
unsigned | bufsize = 1 | |||
) |
int PPTStreamBuf::sync | ( | ) |
Definition at line 76 of file PPTStreamBuf.cc.
Referenced by finish(), overflow(), and ~PPTStreamBuf().
int PPTStreamBuf::overflow | ( | int | c | ) |
Definition at line 93 of file PPTStreamBuf.cc.
References sync().
Here is the call graph for this function:
void PPTStreamBuf::finish | ( | ) |
Definition at line 105 of file PPTStreamBuf.cc.
References how_many(), and sync().
Here is the call graph for this function: