API Guides > ConceptRT 3.x

Detailed Description

Macros

#define DYNAMIC_INVOCATION_METHOD_VOID_0(method, methodPrototype)
 Publish a method whithout return (void). More...
 
#define DYNAMIC_INVOCATION_METHOD_VOID_1(method, methodPrototype)
 Publish a method whithout return (void). More...
 
#define DYNAMIC_INVOCATION_METHOD_VOID_2(method, methodPrototype)
 Publish a method whithout return (void). More...
 
#define DYNAMIC_INVOCATION_METHOD_VOID_3(method, methodPrototype)
 Publish a method whithout return (void). More...
 
#define DYNAMIC_INVOCATION_METHOD_VOID_4(method, methodPrototype)
 Publish a method whithout return (void). More...
 
#define DYNAMIC_INVOCATION_METHOD_VOID_5(method, methodPrototype)
 Publish a method whithout return (void). More...
 
#define DYNAMIC_INVOCATION_METHOD_VOID_6(method, methodPrototype)
 Publish a method whithout return (void). More...
 
#define DYNAMIC_INVOCATION_METHOD_VOID_7(method, methodPrototype)
 Publish a method whithout return (void). More...
 
#define DYNAMIC_INVOCATION_METHOD_VOID_8(method, methodPrototype)
 Publish a method whithout return (void). More...
 
#define DYNAMIC_INVOCATION_METHOD_VOID_9(method, methodPrototype)
 Publish a method whithout return (void). More...
 
#define DYNAMIC_INVOCATION_METHOD_VOID_10(method, methodPrototype)
 Publish a method whithout return (void). More...
 

Macro Definition Documentation

#define DYNAMIC_INVOCATION_METHOD_VOID_0 (   method,
  methodPrototype 
)

Publish a method whithout return (void).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

Examples:
DynamicInvocation/2.Macros/DynamicInvocationMacros.h.
#define DYNAMIC_INVOCATION_METHOD_VOID_1 (   method,
  methodPrototype 
)

Publish a method whithout return (void).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

#define DYNAMIC_INVOCATION_METHOD_VOID_10 (   method,
  methodPrototype 
)

Publish a method whithout return (void).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

#define DYNAMIC_INVOCATION_METHOD_VOID_2 (   method,
  methodPrototype 
)

Publish a method whithout return (void).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

Examples:
DynamicInvocation/2.Macros/DynamicInvocationMacros.h.
#define DYNAMIC_INVOCATION_METHOD_VOID_3 (   method,
  methodPrototype 
)

Publish a method whithout return (void).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

#define DYNAMIC_INVOCATION_METHOD_VOID_4 (   method,
  methodPrototype 
)

Publish a method whithout return (void).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

#define DYNAMIC_INVOCATION_METHOD_VOID_5 (   method,
  methodPrototype 
)

Publish a method whithout return (void).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

#define DYNAMIC_INVOCATION_METHOD_VOID_6 (   method,
  methodPrototype 
)

Publish a method whithout return (void).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

#define DYNAMIC_INVOCATION_METHOD_VOID_7 (   method,
  methodPrototype 
)

Publish a method whithout return (void).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

#define DYNAMIC_INVOCATION_METHOD_VOID_8 (   method,
  methodPrototype 
)

Publish a method whithout return (void).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.

#define DYNAMIC_INVOCATION_METHOD_VOID_9 (   method,
  methodPrototype 
)

Publish a method whithout return (void).

Parameters
methodmethod identifiant.
methodPrototypemethod prototype such as "MyMethod(Int32 arg)".

Context of use : Between DYNAMIC_INVOCATION_BEGIN and DYNAMIC_INVOCATION_END.