bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
PPTStreamBuf Class Reference
Inheritance diagram for PPTStreamBuf:
Inheritance graph
Collaboration diagram for PPTStreamBuf:
Collaboration graph

Public Member Functions

void finish ()
 
void open (int fd, unsigned bufsize=1)
 
int overflow (int c) override
 
 PPTStreamBuf (int fd, unsigned bufsize=1)
 
int sync () override
 

Detailed Description

Definition at line 38 of file PPTStreamBuf.h.

Constructor & Destructor Documentation

◆ PPTStreamBuf()

PPTStreamBuf::PPTStreamBuf ( int fd,
unsigned bufsize = 1 )
explicit

Definition at line 53 of file PPTStreamBuf.cc.

◆ ~PPTStreamBuf()

PPTStreamBuf::~PPTStreamBuf ( )
override

Definition at line 58 of file PPTStreamBuf.cc.

Member Function Documentation

◆ finish()

void PPTStreamBuf::finish ( )

Definition at line 100 of file PPTStreamBuf.cc.

◆ open()

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

Definition at line 66 of file PPTStreamBuf.cc.

◆ overflow()

int PPTStreamBuf::overflow ( int c)
override

Definition at line 90 of file PPTStreamBuf.cc.

◆ sync()

int PPTStreamBuf::sync ( )
override

Definition at line 76 of file PPTStreamBuf.cc.


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