#include <gr_vmcircbuf.h>
Inheritance diagram for gr_vmcircbuf:
Public Member Functions | |
virtual | ~gr_vmcircbuf () |
void * | pointer_to_first_copy () const |
void * | pointer_to_second_copy () const |
Protected Member Functions | |
gr_vmcircbuf (int size) | |
Protected Attributes | |
int | d_size |
char * | d_base |
gr_vmcircbuf::gr_vmcircbuf | ( | int | size | ) | [inline, protected] |
gr_vmcircbuf::~gr_vmcircbuf | ( | ) | [virtual] |
void* gr_vmcircbuf::pointer_to_first_copy | ( | ) | const [inline] |
void* gr_vmcircbuf::pointer_to_second_copy | ( | ) | const [inline] |
char* gr_vmcircbuf::d_base [protected] |
int gr_vmcircbuf::d_size [protected] |