Public Member Functions | |
__init__ (length) | |
__del__ () | |
virtual destractor | |
init (data) | |
clear () | |
length () | |
Get the buffer length. | |
write (value) | |
Write data into the buffer. | |
read (value) | |
Read data from the buffer. | |
isFull () | |
True if the buffer is full, else false. | |
isEmpty () | |
True if the buffer is empty, else false. | |
isNew () | |
put (data) | |
Write data into the buffer. | |
get () | |
Get data from the buffer. | |
getRef () | |
Get the buffer's reference to be written the next. | |
Classes | |
class | Data |
Buffer sequence. More... |
|
virtual destractor
|
|
|
|
|
|
Get data from the buffer.
|
|
Get the buffer's reference to be written the next.
|
|
|
|
True if the buffer is empty, else false.
|
|
True if the buffer is full, else false.
|
|
|
|
Get the buffer length.
|
|
Write data into the buffer.
|
|
Read data from the buffer.
|
|
Write data into the buffer.
|