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