|
libqi-api
release-2.5.3-2016-11-18
|
#include <boost/function_types/is_member_function_pointer.hpp>#include <boost/mpl/front.hpp>#include <qi/type/objecttypebuilder.hpp>#include <qi/type/metamethod.hpp>#include <qi/actor.hpp>Go to the source code of this file.
Namespaces | |
| qi | |
| Deprecated in 2.5. Use int8_t from <cstdint>. | |
| qi::detail | |
Macros | |
| #define | _QITYPE_DETAIL_OBJECTTYPEBUILDER_HXX_ |
Functions | |
| template<typename T > | |
| qi::Strand * | qi::detail::callWithVoid (qi::Strand *(T::*member)() const, void *instance) |
| template<typename T > | |
| boost::enable_if < boost::is_base_of< Actor, T > , AnyFunction >::type | qi::detail::getStrandAccessor () |
| template<typename T > | |
| boost::disable_if < boost::is_base_of< Actor, T > , AnyFunction >::type | qi::detail::getStrandAccessor () |
| template<typename F , typename T > | |
| void | qi::detail::checkRegisterParent (ObjectTypeBuilder< T > &, boost::false_type) |
| template<typename F , typename T > | |
| void | qi::detail::checkRegisterParent (ObjectTypeBuilder< T > &builder, boost::true_type) |
| template<typename A > | |
| boost::enable_if< typename detail::Accessor< A > ::is_accessor, SignalBase * > ::type | qi::signalAccess (A acc, void *instance) |
| template<typename A > | |
| boost::enable_if< typename detail::Accessor< A > ::is_accessor, PropertyBase * > ::type | qi::propertyAccess (A acc, void *instance) |
| template<typename A > | |
| unsigned int | qi::detail::advertise (ObjectTypeBuilderBase *builder, const std::string &name, A accessor, Dummy< 0 >) |
| template<typename A > | |
| unsigned int | qi::detail::advertise (ObjectTypeBuilderBase *builder, const std::string &name, A accessor, Dummy< 1 >) |
| template<typename A > | |
| unsigned int | qi::detail::advertise (ObjectTypeBuilderBase *builder, const std::string &name, A accessor, Dummy< 2 >) |
| template<typename A > | |
| unsigned int | qi::detail::advertiseBounce (ObjectTypeBuilderBase *builder, const std::string &name, A accessor, boost::true_type) |
| template<typename A > | |
| unsigned int | qi::detail::advertiseBounce (ObjectTypeBuilderBase *builder, const std::string &name, A accessor, boost::false_type) |
| #define _QITYPE_DETAIL_OBJECTTYPEBUILDER_HXX_ |
Definition at line 8 of file objecttypebuilder.hxx.