|
iceoryx_doc
1.0.1
|
helper struct for sample More...
#include <sample.hpp>
Public Member Functions | |
| SamplePrivateData (cxx::unique_ptr< T > &&sampleUniquePtr, PublisherInterface< T, H > &publisher) noexcept | |
| SamplePrivateData (SamplePrivateData &&rhs) noexcept=default | |
| SamplePrivateData & | operator= (SamplePrivateData &&rhs) noexcept=default |
| SamplePrivateData (const SamplePrivateData &)=delete | |
| SamplePrivateData & | operator= (const SamplePrivateData &)=delete |
Public Attributes | |
| cxx::unique_ptr< T > | sampleUniquePtr |
| std::reference_wrapper< PublisherInterface< T, H > > | publisherRef |
helper struct for sample