METHOD_ARGS
List of: Classes
Subjects: Extending ACIS
Contents: Kernel

Purpose: Defines the virtual method ID that must return a unique character string to allow runtime identification of overloaded methods.

Derivation: METHOD_ARGS : ACIS_OBJECT : -

Filename: kern/kernel/kerndata/data/metharg.hxx

Description: Developers derive classes from METHOD_ARGS for each new defined method. Each class must define the virtual method ID that must return a unique character string to allow runtime identification of overloaded methods.



Methods: public: virtual const char* METHOD_ARGS::id () const;


Returns the ID for the METHOD_ARGS list.
PDF/KERN/33CLL.PDF
HTM/DATA/KERN/KERN/33CLL/0004.HTM