Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

NullBuffer Class Reference

Inheritance diagram for NullBuffer:

BufferBase List of all members.

Public Member Functions

 __init__ (size=None)
 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.
 __init__ ()

Member Function Documentation

BufferBase::__init__  )  [inherited]
 

NullBuffer::__init__ size  = None  ) 
 

NullBuffer::clear  ) 
 

NullBuffer::get  ) 
 

Get data from the buffer.

Reimplemented from BufferBase.

NullBuffer::getRef  ) 
 

Get the buffer's reference to be written the next.

Reimplemented from BufferBase.

NullBuffer::init data   ) 
 

NullBuffer::isEmpty  ) 
 

True if the buffer is empty, else false.

Reimplemented from BufferBase.

NullBuffer::isFull  ) 
 

True if the buffer is full, else false.

Reimplemented from BufferBase.

NullBuffer::isNew  ) 
 

NullBuffer::length  ) 
 

Get the buffer length.

Reimplemented from BufferBase.

NullBuffer::put data   ) 
 

Write data into the buffer.

Reimplemented from BufferBase.

NullBuffer::read value   ) 
 

Read data from the buffer.

Reimplemented from BufferBase.

NullBuffer::write value   ) 
 

Write data into the buffer.

Reimplemented from BufferBase.


The documentation for this class was generated from the following file:
Generated on Mon Oct 29 15:51:44 2007 for OpenRTM by  doxygen 1.4.3