Public Member Functions | |
InstanceData () | |
Public Attributes | |
bool | most_recent_generation_ |
size_t | MRSIC_index_ |
IndexList | sampleinfo_positions_ |
CORBA::Long | MRSIC_disposed_gc_ |
CORBA::Long | MRSIC_nowriters_gc_ |
CORBA::Long | MRS_disposed_gc_ |
CORBA::Long | MRS_nowriters_gc_ |
Definition at line 98 of file RakeResults_T.h.
OpenDDS::DCPS::RakeResults< SampleSeq >::InstanceData::InstanceData | ( | ) | [inline] |
Definition at line 104 of file RakeResults_T.h.
00104 : most_recent_generation_(false), MRSIC_index_(0), 00105 MRSIC_disposed_gc_(0), MRSIC_nowriters_gc_(0), MRS_disposed_gc_(0), 00106 MRS_nowriters_gc_(0) {}
bool OpenDDS::DCPS::RakeResults< SampleSeq >::InstanceData::most_recent_generation_ |
Definition at line 99 of file RakeResults_T.h.
CORBA::Long OpenDDS::DCPS::RakeResults< SampleSeq >::InstanceData::MRS_disposed_gc_ |
Definition at line 102 of file RakeResults_T.h.
CORBA::Long OpenDDS::DCPS::RakeResults< SampleSeq >::InstanceData::MRS_nowriters_gc_ |
Definition at line 102 of file RakeResults_T.h.
CORBA::Long OpenDDS::DCPS::RakeResults< SampleSeq >::InstanceData::MRSIC_disposed_gc_ |
Definition at line 102 of file RakeResults_T.h.
size_t OpenDDS::DCPS::RakeResults< SampleSeq >::InstanceData::MRSIC_index_ |
Definition at line 100 of file RakeResults_T.h.
CORBA::Long OpenDDS::DCPS::RakeResults< SampleSeq >::InstanceData::MRSIC_nowriters_gc_ |
Definition at line 102 of file RakeResults_T.h.
IndexList OpenDDS::DCPS::RakeResults< SampleSeq >::InstanceData::sampleinfo_positions_ |
Definition at line 101 of file RakeResults_T.h.