TCatalogsLocalExitTrace Class Reference
class TCatalogsLocalExitTrace
|
Function-local exit tracer. When instantiated as a local variable at start of a scope (e.g. function) makes a debug print when the scope is left (either normally or through a leave)
Note:
Cannot be used in scopes that leave item(s) on cleanup stack, such as an LC function.
Can be used in nested scopes.
Constructor & Destructor Documentation
TCatalogsLocalExitTrace(const char *, TInt, const char *)
IMPORT_C
|
TCatalogsLocalExitTrace
|
(
|
const char *
|
aFunctionName,
|
|
TInt
|
aLine,
|
|
const char *
|
aFileId
|
|
)
|
|
Parameters
const char * aFunctionName
|
|
TInt
aLine
|
|
const char * aFileId
|
|
~TCatalogsLocalExitTrace()
IMPORT_C
|
~TCatalogsLocalExitTrace
|
(
|
)
|
|
Member Functions Documentation
Disable()
IMPORT_C void
|
Disable
|
(
|
)
|
|
Member Data Documentation
const char * iFunctionName
const char *
|
iFunctionName
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.