libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Static Public Member Functions | List of all members
qi::detail::ObjectWrap< T, false > Struct Template Reference

#include <trackable.hxx>

Public Types

template<typename F >
using wrap_type = typename std::decay< F >::type
 

Static Public Member Functions

template<typename F >
static wrap_type< F > wrap (const T &arg, F &&func, boost::function< void()> onFail)
 

Detailed Description

template<typename T>
struct qi::detail::ObjectWrap< T, false >

Definition at line 133 of file trackable.hxx.

Member Typedef Documentation

template<typename T >
template<typename F >
using qi::detail::ObjectWrap< T, false >::wrap_type = typename std::decay<F>::type

Definition at line 136 of file trackable.hxx.

Member Function Documentation

template<typename T >
template<typename F >
static wrap_type<F> qi::detail::ObjectWrap< T, false >::wrap ( const T &  arg,
F &&  func,
boost::function< void()>  onFail 
)
inlinestatic

Definition at line 138 of file trackable.hxx.


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