void reset()
Reset to initial state.
DataSampleElement * head_
The first element of the list.
DataSampleElement * tail_
The last element of the list.
DataSampleElement * tail() const
ACE_Message_Block & head_
ssize_t size_
Number of elements in the list.
static DataSampleElement * next(const DataSampleElement *iter)
DataSampleElement * previous_instance_sample_
DataSampleElement * next_instance_sample_
Thread of data within the instance.
bool dequeue_head(DataSampleElement *&stale)
DataSampleElement * head() const
void enqueue_tail(const DataSampleElement *element)
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
The Internal API and Implementation of OpenDDS.
static DataSampleElement * prev(const DataSampleElement *iter)