libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros | Functions
objecttypebuilder.hxx File Reference
#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.

Classes

struct  qi::detail::SigPropInheritsSignal< T, b >
 
struct  qi::detail::SigPropInheritsProperty< T, b >
 
struct  qi::detail::SigProp< T >
 
struct  qi::detail::SigPropInheritsProperty< T, true >
 
struct  qi::detail::SigPropInheritsProperty< T, false >
 
struct  qi::detail::SigPropInheritsSignal< T, true >
 
struct  qi::detail::SigPropInheritsSignal< T, false >
 
struct  qi::detail::Dummy< unsigned >
 

Namespaces

 qi
 Deprecated in 2.5. Use int8_t from <cstdint>.
 
 qi::detail
 

Macros

#define _QITYPE_DETAIL_OBJECTTYPEBUILDER_HXX_
 

Functions

template<typename T >
qi::Strandqi::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)
 

Macro Definition Documentation

#define _QITYPE_DETAIL_OBJECTTYPEBUILDER_HXX_

Definition at line 8 of file objecttypebuilder.hxx.