Class: MRecursiveModelCommandImplementation

Declaration: CompoundDocumentCommand.h

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.

Member Function: MRecursiveModelCommandImplementation::~MRecursiveModelCommandImplementation

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.

Member Function: MRecursiveModelCommandImplementation::MRecursiveModelCommandImplementation

  1. MRecursiveModelCommandImplementation ()
  2. MRecursiveModelCommandImplementation (const MRecursiveModelCommandImplementation & copy)

Interface Category:

API.

Purpose:

  1. Default constructor.
  2. Copy constructor.

Calling Context:

  1. Called by the stream-in operators.
  2. 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.

Member Function: MRecursiveModelCommandImplementation::operator=

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.

Member Function: MRecursiveModelCommandImplementation::HandleDoBeginImplementation

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.