7 #ifndef __signal_Signature_h__ 8 #define __signal_Signature_h__ 15 typedef Array<Instance> t_arglist;
35 virtual bool match(t_arglist a_argv);
52 spBT = a_spTM->lookupType(
TypeInfo(getTypeId<T>()));
53 Instance instance(reinterpret_cast<void *>(a_value), spBT, NULL);
54 append(spBT, instance);
Smart pointer used with types represented by BaseType.
Definition: Instance.h:28
kernel
Definition: namespace.dox:3
C++ type_info wrapper.
Definition: Type.h:20
Intrusive Smart Pointer.
Definition: src/core/ptr.h:53
@ brief Defines a call argument signature for DispatchI
Definition: Signature.h:21