#include <ucfunction.h>
Collaboration diagram for Usecode_function:

Public Member Functions | |
| Usecode_function (std::istream &file) | |
| ~Usecode_function () | |
Public Attributes | |
| int | id |
| Usecode_function * | orig |
| int | len |
| bool | extended |
| unsigned char * | code |
| Exult_vector< Usecode_value > | statics |
Definition at line 28 of file ucfunction.h.
| Usecode_function::Usecode_function | ( | std::istream & | file | ) |
| Usecode_function::~Usecode_function | ( | ) | [inline] |
Definition at line 31 of file ucfunction.h.
| unsigned char* Usecode_function::code |
Definition at line 40 of file ucfunction.h.
Referenced by Stack_frame::Stack_frame(), and ~Usecode_function().
1.5.1