libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members
qi::TypeOfTemplateImpl< qi::Future, T > Class Template Reference

#include <objecttypebuilder.hpp>

Additional Inherited Members

- Public Types inherited from qi::TypeOfTemplateFutImpl< qi::Future, T >
using Methods = DefaultTypeImplMethods< qi::Future< T >>
 
- Public Member Functions inherited from qi::TypeOfTemplateFutImpl< qi::Future, T >
 TypeOfTemplateFutImpl ()
 
TypeInterfacetemplateArgument () override
 
 _QI_BOUNCE_TYPE_METHODS (Methods)
 
- Public Member Functions inherited from qi::detail::StaticObjectTypeBase
void initialize (const MetaObject &mo, const ObjectTypeData &data)
 
const TypeInfoinfo () override
 Get the TypeInfo corresponding to this type. More...
 
const MetaObjectmetaObject (void *instance) override
 
ObjectUid uid (void *instance) const override
 
qi::Future< AnyReferencemetaCall (void *instance, AnyObject context, unsigned int method, const GenericFunctionParameters &params, MetaCallType callType, Signature returnSignature) override
 
void metaPost (void *instance, AnyObject context, unsigned int signal, const GenericFunctionParameters &params) override
 
qi::Future< SignalLinkconnect (void *instance, AnyObject context, unsigned int event, const SignalSubscriber &subscriber) override
 
qi::Future< void > disconnect (void *instance, AnyObject context, SignalLink linkId) override
 Disconnect an event link. Returns if disconnection was successful. More...
 
qi::Future< AnyValueproperty (void *instance, AnyObject context, unsigned int id) override
 
qi::Future< void > setProperty (void *instance, AnyObject context, unsigned int id, AnyValue value) override
 
const std::vector< std::pair
< TypeInterface
*, std::ptrdiff_t > > & 
parentTypes () override
 
void * initializeStorage (void *) override
 
void * ptrFromStorage (void **) override
 
void * clone (void *inst) override
 Allocate a storage and copy the value given as an argument. More...
 
void destroy (void *) override
 Free all resources of a storage. More...
 
bool less (void *a, void *b) override
 
- Public Member Functions inherited from qi::ObjectTypeInterface
virtual TypeKind kind ()
 
std::ptrdiff_t inherits (TypeInterface *other)
 
- Public Member Functions inherited from qi::TypeInterface
virtual ~TypeInterface ()=default
 
const char * infoString ()
 
qi::Signature signature (void *storage=nullptr, bool resolveDynamic=false)
 
- Static Public Member Functions inherited from qi::TypeInterface
static TypeInterfacefromSignature (const qi::Signature &sig)
 
- Static Public Attributes inherited from qi::ObjectTypeInterface
static const auto INHERITS_FAILED = PTRDIFF_MAX
 

Detailed Description

template<typename T>
class qi::TypeOfTemplateImpl< qi::Future, T >

Definition at line 333 of file objecttypebuilder.hpp.


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