gr_vmcircbuf Class Reference

#include <gr_vmcircbuf.h>

Inheritance diagram for gr_vmcircbuf:

Inheritance graph
[legend]

List of all members.


Detailed Description

abstract class to implement doubly mapped virtual memory circular buffers

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

Constructor & Destructor Documentation

gr_vmcircbuf::gr_vmcircbuf ( int  size  )  [inline, protected]

gr_vmcircbuf::~gr_vmcircbuf (  )  [virtual]


Member Function Documentation

void* gr_vmcircbuf::pointer_to_first_copy (  )  const [inline]

References d_base.

void* gr_vmcircbuf::pointer_to_second_copy (  )  const [inline]

References d_base, and d_size.


Member Data Documentation

int gr_vmcircbuf::d_size [protected]

char* gr_vmcircbuf::d_base [protected]


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

Generated on Thu Mar 27 15:01:38 2008 for GNU Radio 3.1.1 by  doxygen 1.5.5