|
LMMS
|
this is useless for now (and untested too) More...
#include <buffer.h>
Private Types | |
| typedef B::data_type | data_type |
| typedef class buffer_traits< B > | traits |
Private Member Functions | |
| circular_buffer () | |
| void | clear () |
| void | put (data_type data) |
| bool | empty () |
| bool | full () |
| const data_type & | get () |
| int | get_rbytes () |
| int | get_wbytes () |
Private Attributes | |
| B | buffer |
| int | rpos |
| int | wpos |
this is useless for now (and untested too)
|
private |
|
private |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
private |
|
private |
|
private |