Pointer to a data sample allocated by the Communication Management implementation. Behaves like std::unique_ptr
.
Include
#include <sample_allocatee_ptr.h>
Syntax
ara::com::SampleAllocateePtr<SampleType>
Constructor
Deconstructor
~SampleAllocateePtr()
Member functions
Name | Description | Access |
---|---|---|
Gets the pointer to the stored sample. | Public | |
Resets the managed object. | Public | |
Swaps the managed object. | Public | |
Checks whether the stored pointer is null. | Public | |
Compares the | Public | |
Indirection | Public | |
Member access operator -> for accessing the values inside the sample. | Public | |
Move or | Public |