|
|
|
|
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
[legend]Collaboration diagram for NLAISCRIPT::CScriptDebugSourceMemory:
[legend]List of all members.
Detailed Description
CScriptDebugSourceMemory is an IScriptDebugSource where the source code come from memory.
-
Author(s):
-
Gabriel ROBERT , Nevrax France
-
Date:
-
2001
Definition at line 107 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 (
|
void ) const [virtual]
|
|
void NLAISCRIPT::CScriptDebugSourceMemory::getDebugString (
|
char * t ) const [virtual]
|
|
|
This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user.
Reimplemented from NLAIC::IBasicType.
Definition at line 172 of file script_debug_source.cpp. |
std::string NLAISCRIPT::CScriptDebugSourceMemory::getSourceBuffer (
|
) const [virtual]
|
|
const NLAIC::CIdentType & NLAISCRIPT::CScriptDebugSourceMemory::getType (
|
void ) const [virtual]
|
|
|
getType return a unique string how represente the class, it can be the name of the class.
This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry).
Reimplemented from NLAIC::IBasicType.
Definition at line 155 of file script_debug_source.cpp. |
void NLAISCRIPT::CScriptDebugSourceMemory::load (
|
NLMISC::IStream & is ) [virtual]
|
|
const NLAIC::IBasicType * NLAISCRIPT::CScriptDebugSourceMemory::newInstance (
|
void ) const [virtual]
|
|
void NLAISCRIPT::CScriptDebugSourceMemory::save (
|
NLMISC::IStream & os ) [virtual]
|
|
Member Data Documentation
const NLAIC::CIdentType NLAISCRIPT::CScriptDebugSourceMemory::IdScriptDebugSourceMemory [static]
|
|
std::string NLAISCRIPT::CScriptDebugSourceMemory::_Code [private]
|
|
The documentation for this class was generated from the following files:
|
|