PPTStreamBuf Class Reference

#include <PPTStreamBuf.h>

List of all members.

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 ()


Detailed Description

Definition at line 38 of file PPTStreamBuf.h.


Constructor & Destructor Documentation

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:


Member Function Documentation

unsigned int PPTStreamBuf::how_many (  )  [inline]

Definition at line 54 of file PPTStreamBuf.h.

Referenced by finish().

void PPTStreamBuf::open ( int  fd,
unsigned  bufsize = 1 
)

Definition at line 66 of file PPTStreamBuf.cc.

Referenced by PPTStreamBuf().

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:


The documentation for this class was generated from the following files:
Generated on Tue Mar 4 23:21:40 2008 for OPeNDAP Back End Server (BES) by  doxygen 1.5.1