This method is used to provide information on this class instance.
Syntax
virtual void Stool(
int trace=ERROR_CODE_TRACE,
int level=0,
unsigned char recurs=1 )
) ;
Parameters
trace
The type of trace used (see Text Feedback)
level
Recursion level. This parameter is used for indentation, it should be incremented when recursively calling the function for the children.
recurs
If "1" then the method should recursively call all its children.
Return value
This method does not return a value.
Remarks
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
See also