Get the pointer to the stored sample.

Syntax

template<typename SampleType>
SampleDataType* ara::com::SampleAllocateePtr<SampleType>::get() const

Returns

Pointer to the stored sample if valid, otherwise nullptr.

Thread-safety, Reentrance, Result Delivery

  • Threadsafe : FALSE for same class instance, TRUE for different instances
  • Reentrant : FALSE for same class instance, TRUE for different instances
  • Synchronous : TRUE