RTI Connext Modern C++ API
Version 5.2.0
|
Provides access to a collection of middleware-loaned samples. More...
#include <SharedSamplesImpl.hpp>
Public Types | |
typedef SampleIterator< T > | iterator |
The iterator type. | |
Provides access to a collection of middleware-loaned samples.
The samples in this container are loaned from the middleware and must be returned at some point.
To return the loan, use dds::sub::LoanedSamples::return_loan
The contents of this container should not be modified and references to the samples it contains are only valid before the loan is returned.
T | The data type of the contained Samples |
typedef SampleIterator<T> rti::sub::SharedSamples< T >::iterator |
The iterator type.