olp-cpp-sdk  1.22.0
Public Member Functions | Public Attributes | List of all members
olp::thread::internal::TypedSmartPointer< SmartPointer > Struct Template Reference

An implementation of UntypedSmartPointer interface. More...

#include <TypeHelpers.h>

Inheritance diagram for olp::thread::internal::TypedSmartPointer< SmartPointer >:
Inheritance graph
[legend]
Collaboration diagram for olp::thread::internal::TypedSmartPointer< SmartPointer >:
Collaboration graph
[legend]

Public Member Functions

 TypedSmartPointer (SmartPointer &&pointer)
 A move contructor.
 
void * Get () const override
 Method converts data to a void pointer.
 

Public Attributes

SmartPointer pointer_
 

Detailed Description

template<typename SmartPointer>
struct olp::thread::internal::TypedSmartPointer< SmartPointer >

An implementation of UntypedSmartPointer interface.


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