iceoryx_doc  1.0.1
Public Member Functions | Public Attributes | List of all members
iox::popo::internal::SamplePrivateData< T, H > Struct Template Reference

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
 
SamplePrivateDataoperator= (SamplePrivateData &&rhs) noexcept=default
 
 SamplePrivateData (const SamplePrivateData &)=delete
 
SamplePrivateDataoperator= (const SamplePrivateData &)=delete
 

Public Attributes

cxx::unique_ptr< T > sampleUniquePtr
 
std::reference_wrapper< PublisherInterface< T, H > > publisherRef
 

Detailed Description

template<typename T, typename H>
struct iox::popo::internal::SamplePrivateData< T, H >

helper struct for sample


The documentation for this struct was generated from the following files: