#include <ih.h>
Public Types | |
typedef std::list< Script > | script_list |
typedef script_list::iterator | script_list_it |
Public Methods | |
ScriptHandler (Precompiler *precompiler) | |
bool | add (ScriptStart ss, File buffer) |
adds the specific script part to the script buffer. More... | |
script_list | get_scripts () const |
Private Methods | |
ScriptHandler () | |
Private Attributes | |
script_list | sl |
Precompiler * | precompiler |
|
|
|
|
|
|
|
|
|
adds the specific script part to the script buffer.
|
|
|
|
|
|
|