![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cScriptSection.h>
Public Member Functions | |
cScriptSourceSection (cScriptSection *pSection, cString sSourceFile) | |
~cScriptSourceSection () | |
virtual cStringA | get_SourceDesc () const |
![]() | |
cScriptSourceCurrent (cStringA sScriptSourceKey) | |
virtual | ~cScriptSourceCurrent () |
void | put_ScriptSourceKey (cStringA sScriptSourceKey) |
Public Attributes | |
cScriptSectionPtr | m_pSection |
Additional Inherited Members | |
![]() | |
static const cScriptSourceCurrent *GRAYCALL | get_ScriptSourceCurrent () |
![]() | |
cStringA | m_sScriptSourceKey |
arbitrary link to the source. (for debugging purposes) More... | |
Track a script source we are executing for this Thread.
GrayLib::cScriptSourceSection::cScriptSourceSection | ( | cScriptSection * | pSection, |
cString | sSourceFile | ||
) |
GrayLib::cScriptSourceSection::~cScriptSourceSection | ( | ) |
|
virtual |
Reimplemented from GrayLib::cScriptSourceCurrent.
cScriptSectionPtr GrayLib::cScriptSourceSection::m_pSection |