|
OPeNDAP Hyrax Back End Server (BES) Updated for version 3.8.3
|
#include <PPTStreamBuf.h>


Public Member Functions | |
| void | finish () |
| unsigned int | how_many () |
| void | open (int fd, unsigned bufsize=1) |
| int | overflow (int c) |
| PPTStreamBuf (int fd, unsigned bufsize=1) | |
| int | sync () |
| virtual | ~PPTStreamBuf () |
Definition at line 38 of file PPTStreamBuf.h.
| PPTStreamBuf::PPTStreamBuf | ( | int | fd, |
| unsigned | bufsize = 1 |
||
| ) |
Definition at line 49 of file PPTStreamBuf.cc.
References open().

| PPTStreamBuf::~PPTStreamBuf | ( | ) | [virtual] |
Definition at line 57 of file PPTStreamBuf.cc.
References sync().

| void PPTStreamBuf::finish | ( | ) |
Definition at line 106 of file PPTStreamBuf.cc.
References BESDEBUG, and sync().

| unsigned int PPTStreamBuf::how_many | ( | ) | [inline] |
Definition at line 54 of file PPTStreamBuf.h.
| void PPTStreamBuf::open | ( | int | fd, |
| unsigned | bufsize = 1 |
||
| ) |
Definition at line 67 of file PPTStreamBuf.cc.
Referenced by PPTStreamBuf().
| int PPTStreamBuf::overflow | ( | int | c | ) |
Definition at line 94 of file PPTStreamBuf.cc.
References sync().

| int PPTStreamBuf::sync | ( | ) |
Definition at line 77 of file PPTStreamBuf.cc.
Referenced by finish(), overflow(), and ~PPTStreamBuf().