STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::paragraph_impl::object_wrapper< T > Class Template Reference

Trivial holder for an object (currently the factory in the PARAGRAPH which holds an instance and can be inherited from without polluting the derived class with members which may cause naming conflicts. More...

Public Member Functions

template<typename ... Args>
 object_wrapper (Args &&... args)
 
T & get (void)
 
T const & get (void) const
 

Detailed Description

template<typename T>
class stapl::paragraph_impl::object_wrapper< T >

Trivial holder for an object (currently the factory in the PARAGRAPH which holds an instance and can be inherited from without polluting the derived class with members which may cause naming conflicts.

The factory needs inheritance so that it can be initialized before other base classes (not possible if it's a data member).


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