#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 |
| gr_vmcircbuf::gr_vmcircbuf | ( | int | size | ) | [inline, protected] |
| virtual gr_vmcircbuf::~gr_vmcircbuf | ( | ) | [virtual] |
| void* gr_vmcircbuf::pointer_to_first_copy | ( | ) | const [inline] |
References d_base.
char* gr_vmcircbuf::d_base [protected] |
Referenced by pointer_to_first_copy(), and pointer_to_second_copy().
int gr_vmcircbuf::d_size [protected] |
Referenced by pointer_to_second_copy().
1.5.8