|
libqi-api
release-2.5.3-2016-11-18
|
#include <trackable.hxx>
Public Types | |
| using | ObjectWrapType = ObjectWrap< T *, std::is_base_of< Actor, T >::value > |
| template<typename F > | |
| using | wrap_type = typename ObjectWrapType::template wrap_type< F > |
Static Public Member Functions | |
| static T * | transform (T *arg) |
| template<typename F > | |
| static wrap_type< F > | wrap (T *arg, F &&func, boost::function< void()> onFail) |
Definition at line 215 of file trackable.hxx.
| using qi::detail::BindTransformImpl< T *, false >::ObjectWrapType = ObjectWrap<T*, std::is_base_of<Actor, T>::value> |
Definition at line 217 of file trackable.hxx.
| using qi::detail::BindTransformImpl< T *, false >::wrap_type = typename ObjectWrapType::template wrap_type<F> |
Definition at line 219 of file trackable.hxx.
|
inlinestatic |
Definition at line 221 of file trackable.hxx.
|
inlinestatic |
Definition at line 227 of file trackable.hxx.