|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::IScriptDebugSource Class ReferenceIScriptDebugSource is an interface for the script source code.
More...
#include <script_debug_source.h>
Inheritance diagram for NLAISCRIPT::IScriptDebugSource:
List of all members.
Detailed Description
IScriptDebugSource is an interface for the script source code.
It give methode to use it, wether it comes from a file or from the memory. -
Author:
-
Gabriel ROBERT , Nevrax France
-
Date:
-
2001
Definition at line 42 of file script_debug_source.h.
Constructor & Destructor Documentation
NLAISCRIPT::IScriptDebugSource::IScriptDebugSource |
( |
const char * |
sourceName |
) |
|
|
Member Function Documentation
virtual std::string NLAISCRIPT::IScriptDebugSource::getSourceBuffer |
( |
|
) |
const [pure virtual] |
|
std::string NLAISCRIPT::IScriptDebugSource::getSourceName |
( |
|
) |
const [virtual] |
|
virtual void NLAISCRIPT::IScriptDebugSource::load |
( |
NLMISC::IStream & |
|
) |
[pure virtual] |
|
virtual void NLAISCRIPT::IScriptDebugSource::save |
( |
NLMISC::IStream & |
|
) |
[pure virtual] |
|
Member Data Documentation
std::string NLAISCRIPT::IScriptDebugSource::_SourceName [protected]
|
|
The documentation for this class was generated from the following files:
|
|