#include <BufferBase.hpp>
Definition at line 59 of file BufferBase.hpp.
| BufferBase::Options::Options |
( |
| ) |
|
| BufferBase::Options::Options |
( |
bool |
circular | ) |
|
| BufferBase::Options::Options |
( |
const ConnPolicy & |
policy | ) |
|
| bool RTT::base::BufferBase::Options::circular |
( |
| ) |
const |
|
inline |
| Options& RTT::base::BufferBase::Options::circular |
( |
bool |
value | ) |
|
|
inline |
| unsigned int RTT::base::BufferBase::Options::max_threads |
( |
| ) |
const |
|
inline |
| Options& RTT::base::BufferBase::Options::max_threads |
( |
unsigned int |
value | ) |
|
|
inline |
| bool RTT::base::BufferBase::Options::multiple_readers |
( |
| ) |
const |
|
inline |
| Options& RTT::base::BufferBase::Options::multiple_readers |
( |
bool |
value | ) |
|
|
inline |
| bool RTT::base::BufferBase::Options::multiple_writers |
( |
| ) |
const |
|
inline |
| Options& RTT::base::BufferBase::Options::multiple_writers |
( |
bool |
value | ) |
|
|
inline |
| bool RTT::base::BufferBase::Options::circular_ |
|
private |
| int RTT::base::BufferBase::Options::max_threads_ |
|
private |
| bool RTT::base::BufferBase::Options::multiple_readers_ |
|
private |
| bool RTT::base::BufferBase::Options::multiple_writers_ |
|
private |
The documentation for this class was generated from the following files: