|
|
|
|
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
[legend]Collaboration diagram for NLAISCRIPT::CScriptDebugSourceFile:
[legend]List of all members.
Detailed Description
CScriptDebugSourceFile is an IScriptDebugSource where the source code come from a file.
-
Author(s):
-
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 )
|
|
Member Function Documentation
const NLAIC::IBasicType * NLAISCRIPT::CScriptDebugSourceFile::clone (
|
void ) const [virtual]
|
|
void NLAISCRIPT::CScriptDebugSourceFile::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 116 of file script_debug_source.cpp. |
std::string NLAISCRIPT::CScriptDebugSourceFile::getSourceBuffer (
|
) const [virtual]
|
|
const NLAIC::CIdentType & NLAISCRIPT::CScriptDebugSourceFile::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 99 of file script_debug_source.cpp. |
void NLAISCRIPT::CScriptDebugSourceFile::load (
|
NLMISC::IStream & is ) [virtual]
|
|
const NLAIC::IBasicType * NLAISCRIPT::CScriptDebugSourceFile::newInstance (
|
void ) const [virtual]
|
|
void NLAISCRIPT::CScriptDebugSourceFile::save (
|
NLMISC::IStream & os ) [virtual]
|
|
Member Data Documentation
const NLAIC::CIdentType NLAISCRIPT::CScriptDebugSourceFile::IdScriptDebugSourceFile [static]
|
|
The documentation for this class was generated from the following files:
|
|