VSM C++ SDK
Vehicle Specific Modules SDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ugcs::vsm::internal::Shared_getter< T, T > Class Template Reference

Specialization for class which is directly derived from std::enable_shared_from_this. More...

#include <utils.h>

Static Public Member Functions

static std::shared_ptr< T > Get (T *this_ptr)
 Get shared pointer to itself. More...
 

Detailed Description

template<class T>
class ugcs::vsm::internal::Shared_getter< T, T >

Specialization for class which is directly derived from std::enable_shared_from_this.

Member Function Documentation

template<class T >
static std::shared_ptr<T> ugcs::vsm::internal::Shared_getter< T, T >::Get ( T *  this_ptr)
inlinestatic

Get shared pointer to itself.


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