Coda Distributed File System
|
#include <bbuf.h>
Public Member Functions | |
bool | full (void) |
bool | empty (void) |
BbufStatus | insert (bbuf_item) |
BbufStatus | remove (bbuf_item *) |
void | debug (bool) |
void | flush_the_tank (void) |
bbuf (int, int=0) | |
~bbuf (void) | |
void | examine (void) |
__cplusplus __cplusplus bbuf::bbuf | ( | int | bound, |
int | lfm = 0 |
||
) |
bbuf::~bbuf | ( | void | ) |
void bbuf::debug | ( | bool | dbg_value | ) |
bool bbuf::empty | ( | void | ) |
|
inline |
void bbuf::flush_the_tank | ( | void | ) |
bool bbuf::full | ( | void | ) |
BbufStatus bbuf::insert | ( | bbuf_item | to_insert | ) |
BbufStatus bbuf::remove | ( | bbuf_item * | result | ) |