|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CScriptDebugSourceMemory Class ReferenceCScriptDebugSourceMemory is an IScriptDebugSource where the source code come from memory.
More...
#include <script_debug_source.h>
Inheritance diagram for NLAISCRIPT::CScriptDebugSourceMemory:
List of all members.
Detailed Description
CScriptDebugSourceMemory is an IScriptDebugSource where the source code come from memory.
-
Author:
-
Gabriel ROBERT , Nevrax France
-
Date:
-
2001
Definition at line 111 of file script_debug_source.h.
Constructor & Destructor Documentation
NLAISCRIPT::CScriptDebugSourceMemory::CScriptDebugSourceMemory |
( |
const char * |
sourceName, |
|
|
const char * |
code |
|
) |
|
|
Member Function Documentation
const NLAIC::IBasicType * NLAISCRIPT::CScriptDebugSourceMemory::clone |
( |
|
) |
const [virtual] |
|
void NLAISCRIPT::CScriptDebugSourceMemory::getDebugString |
( |
std::string & |
|
) |
const [virtual] |
|
std::string NLAISCRIPT::CScriptDebugSourceMemory::getSourceBuffer |
( |
|
) |
const [virtual] |
|
const NLAIC::CIdentType & NLAISCRIPT::CScriptDebugSourceMemory::getType |
( |
|
) |
const [virtual] |
|
void NLAISCRIPT::CScriptDebugSourceMemory::load |
( |
NLMISC::IStream & |
|
) |
[virtual] |
|
const NLAIC::IBasicType * NLAISCRIPT::CScriptDebugSourceMemory::newInstance |
( |
|
) |
const [virtual] |
|
void NLAISCRIPT::CScriptDebugSourceMemory::save |
( |
NLMISC::IStream & |
|
) |
[virtual] |
|
Member Data Documentation
std::string NLAISCRIPT::CScriptDebugSourceMemory::_Code [private]
|
|
const NLAIC::CIdentType NLAISCRIPT::CScriptDebugSourceMemory::IdScriptDebugSourceMemory [static]
|
|
The documentation for this class was generated from the following files:
|
|