afc_dynamic_class_find_method

Name

afc_dynamic_class_find_method  -- Finds a public method inside a DynamicClass

Synopsis

DynamicClassMethod afc_dynamic_class_find_method ( DynamicClass * dc, char * name );

Description

This function searches the DynamicClass for a specific method. If it can found it, then the function pointer (DynamicClassMethod) is returned.

Inputs

dc

Pointer to a valid DynamicClass instance.

name

Name of the method to be found.

Result

See Also