#include <ih.h>
Public Methods | |
Script (Interpreter::Type type, File buffer, ScriptStart start) | |
template<class T> void | operator<< (T t) |
template<class T> void | operator>> (T &t) |
bool | operator! () const |
bool | is_valid () const |
File | get_buffer () const |
Interpreter::Type | get_type () const |
ScriptStart | get_start () const |
Private Attributes | |
Interpreter::Type | type |
File | buffer |
ScriptStart | start |
bool | valid |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|