Smart pointer template to manage dynamically allocated resources of any type, ensuring safe memory management. Behaves similar to std::unique_ptr
.
Syntax
amsr::socal::r20_11::events::SamplePtr<…>
Constructor
Deconstructor
~SamplePtr()
Member functions
Name | Description | Access |
---|---|---|
Gets the pointer to the stored sample. | Public | |
Gets the timestamp value of the stored sample, if enabled. | Public | |
Gets the end 2 end protection check result of the stored sample. | Public | |
Swaps the managed object. | Public | |
Resets the managed object. | Public | |
Checks if the stored pointer is null. | Public | |
Move assigns the | Public | |
Indirection | Public | |
Member access | Public |