Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
None.
Inherited By:
TRecursiveModelCommandOn
Purpose:
MRecursiveModelCommandImplementation is a non-templatized base class provided for code sharing among TRecursiveModelCommandOn instantiations. A Recursive command is a derived class of TCommand that implements selection iteration, simplifying the developers task of creating a recursive command.
Instantiation:
Abstract base class; do not allocate.
Deriving Classes:
Do not derive directly from this class. Rather, derive from TRecursiveModelCommandOn instead.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
virtual ~ MRecursiveModelCommandImplementation ()
Interface Category:
API.
Purpose:
Destructor.
Calling Context:
Called to destroy an object.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
- MRecursiveModelCommandImplementation ()
- MRecursiveModelCommandImplementation (const MRecursiveModelCommandImplementation & copy)
Interface Category:
API.
Purpose:
- Default constructor.
- Copy constructor.
Calling Context:
- Called by the stream-in operators.
- Called to copy an object.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
MRecursiveModelCommandImplementation is an abstract base class--all the constructors are protected. Do not instantiate this class.
MRecursiveModelCommandImplementation & operator =(const MRecursiveModelCommandImplementation & assign)
Interface Category:
API.
Purpose:
Assignment operator.
Calling Context:
Call this function by using the operator in an assignment statement.
Parameters:
Return Value:
Returns a const reference to the left-hand side object.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
void HandleDoBeginImplementation (TModelSelection & theTarget)
Interface Category:
API.
Purpose:
Begins the execution of the recursive command.
Calling Context:
Called by HandleDoBegin.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.