Gets the pointer to the stored sample.
Syntax
template<…>
SampleDataType* amsr::socal::r20_11::events::SamplePtr<SampleType>::Get() const
Returns
Pointer to the stored sample if valid, otherwise nullptr
.
Thread-safety, Reentrance, Result Delivery
- Threadsafe : TRUE for same class instance, TRUE for different instances.
- Reentrant : TRUE for same class instance, TRUE for different instances.
- Synchronous : TRUE.