|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CContextDebug Class ReferenceDebug informations in the context.
More...
#include <context_debug.h>
Inheritance diagram for NLAISCRIPT::CContextDebug:
List of all members.
Detailed Description
Debug informations in the context.
-
Author:
-
Gabriel ROBERT , Nevrax France
-
Date:
-
2000
Definition at line 53 of file context_debug.h.
Member Typedef Documentation
typedef std::string NLAISCRIPT::CContextDebug::mystring [private]
|
|
typedef std::set<uint16> NLAISCRIPT::CContextDebug::uintSet [private]
|
|
Constructor & Destructor Documentation
NLAISCRIPT::CContextDebug::CContextDebug |
( |
|
) |
|
|
NLAISCRIPT::CContextDebug::~CContextDebug |
( |
|
) |
[virtual] |
|
Member Function Documentation
void NLAISCRIPT::CContextDebug::addBreakPoint |
( |
uint16 |
line, |
|
|
const char * |
fileName |
|
) |
|
|
void NLAISCRIPT::CContextDebug::callStackPop |
( |
|
) |
|
|
void NLAISCRIPT::CContextDebug::callStackPrint |
( |
NLAIC::IIO * |
inputOutput |
) |
const |
|
void NLAISCRIPT::CContextDebug::callStackPush |
( |
const CCodeBrancheRun * |
cbr |
) |
|
|
void NLAISCRIPT::CContextDebug::eraseBreakPoint |
( |
uint16 |
line, |
|
|
const char * |
fileName |
|
) |
|
|
bool NLAISCRIPT::CContextDebug::getBreakPointValue |
( |
uint16 |
line, |
|
|
const char * |
fileName |
|
) |
const |
|
uint16 NLAISCRIPT::CContextDebug::getCallStackTopIndex |
( |
|
) |
const |
|
TDebugMode NLAISCRIPT::CContextDebug::getDebugMode |
( |
|
) |
const |
|
void NLAISCRIPT::CContextDebug::getDebugString |
( |
std::string & |
dbgStr |
) |
const [virtual] |
|
const char * NLAISCRIPT::CContextDebug::getLastCommandLine |
( |
|
) |
const |
|
uint16 NLAISCRIPT::CContextDebug::getStepIndex |
( |
|
) |
const |
|
void NLAISCRIPT::CContextDebug::init |
( |
|
) |
[inline] |
|
void NLAISCRIPT::CContextDebug::printActiveBeaks |
( |
NLAIC::IIO * |
inputOutput |
) |
const |
|
void NLAISCRIPT::CContextDebug::setDebugMode |
( |
TDebugMode |
dm |
) |
|
|
void NLAISCRIPT::CContextDebug::setLastCommandLine |
( |
const char * |
c |
) |
|
|
void NLAISCRIPT::CContextDebug::setStepIndex |
( |
uint16 |
si |
) |
|
|
void NLAISCRIPT::CContextDebug::stepIndexDown |
( |
|
) |
|
|
void NLAISCRIPT::CContextDebug::stepIndexUp |
( |
|
) |
|
|
Member Data Documentation
std::map<mystring, uintSet> NLAISCRIPT::CContextDebug::_BreakPointSet [private]
|
|
TDebugMode NLAISCRIPT::CContextDebug::_DebugMode [private]
|
|
char* NLAISCRIPT::CContextDebug::_LastCommandLine [private]
|
|
uint16 NLAISCRIPT::CContextDebug::_StepIndex [private]
|
|
bool NLAISCRIPT::CContextDebug::Active
|
|
The documentation for this class was generated from the following files:
|
|