olp-cpp-sdk 1.24.0
Loading...
Searching...
No Matches
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.

Member Function Documentation

◆ Get()

template<typename SmartPointer >
void * olp::thread::internal::TypedSmartPointer< SmartPointer >::Get ( ) const
inlineoverridevirtual

Method converts data to a void pointer.

Implements olp::thread::internal::UntypedSmartPointer.


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