#include <Dynamic_CompositMethod.hxx>
Inheritance diagram for Dynamic_CompositMethod:
Public Member Functions | |
Standard_EXPORT | Dynamic_CompositMethod (const Standard_CString aname) |
Creates a composit method with <aname> as name. . | |
Standard_EXPORT void | Method (const Handle(Dynamic_Method)&amethod) |
Adds <amethod>, which is an elementary or a composit method to <me>. . | |
Standard_EXPORT Standard_Integer | NumberOfMethods () const |
Returns the number of methods referenced by the composit method <me>. . | |
Standard_EXPORT Handle_Dynamic_Method | Method (const Standard_Integer anindex) const |
Returns the method of range <anindex>. . | |
virtual Standard_EXPORT void | Dump (Standard_OStream &astream) const |
Useful for debugging. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_Dynamic_SequenceOfMethods | thesequenceofmethods |
|
|
|
Reimplemented from Dynamic_MethodDefinition. |
|
Reimplemented from Dynamic_MethodDefinition. |
|
|
|
|
|
|
|
|