GNU Radio 3.5.1 C++ API
|
abstract class to implement doubly mapped virtual memory circular buffers More...
#include <gr_vmcircbuf.h>
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 |
abstract class to implement doubly mapped virtual memory circular buffers
gr_vmcircbuf::gr_vmcircbuf | ( | int | size | ) | [inline, protected] |
virtual 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] |