Taxonomy Categories:
Member Functions:
Interface Category:
Developer Tool Programmer Interface.
Inherits From:
MCollectible
Inherited By:
TqprintfReceiver
Purpose:
An abstract base class that receives text output by the operator<< member functions of the TTieredTextBuffer class.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
TTieredTextReceiver cannot be used directly. To use it, derive it and override the ReceiveText function.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
Other Considerations:
None.
virtual ~ TTieredTextReceiver ()
Interface Category:
Developer Tool Programmer Interface.
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.
virtual void ReceiveText (const TTieredText & text)
Interface Category:
Developer Tool Programmer Interface.
Purpose:
Overriding member functions echo the given TTieredText to the screen in a readable format.
Calling Context:
Pure virtual -not called.
Parameters:
- const TTieredText & text -Text to echo out to the screen.
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
TTieredTextReceiver ()
Interface Category:
Developer Tool Programmer Interface.
Purpose:
Default constructor.
Calling Context:
Called by the stream-in operators.
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.