#include <handlercontext.h>
Public Member Functions | |
| HandlerContext (int iDepth, StructureHandler *pHandler) | |
| Constructor. | |
| ~HandlerContext () | |
| Destructor. | |
| int | getDepth () const |
| Returns depth. | |
| StructureHandler * | getHandler () const |
| Returns Structure handler used. | |
Protected Attributes | |
| StructureHandler * | m_pHandler |
| Structure handler used. | |
| int | m_iDepth |
| Current depth reached by the handler. | |
Yves Houpert <yves.houpert@insa-rouen.fr>
|
||||||||||||
|
Constructor.
|
|
|
Returns depth.
|
|
|
Returns Structure handler used.
|
1.4.6