#include <toplevel.h>

Public Member Functions | |
| data_slot (ASObject *o, DATA_TYPE t=DATA_OBJECT) | |
| data_slot () | |
| data_slot (intptr_t i) | |
Public Attributes | |
| DATA_TYPE | type |
| union { | |
| ASObject * data | |
| int32_t data_i | |
| }; | |
Definition at line 473 of file toplevel.h.
Definition at line 481 of file toplevel.h.
| lightspark::data_slot::data_slot | ( | ) | [inline] |
Definition at line 482 of file toplevel.h.
| lightspark::data_slot::data_slot | ( | intptr_t | i | ) | [inline, explicit] |
Definition at line 483 of file toplevel.h.
| union { ... } |
Definition at line 478 of file toplevel.h.
| int32_t lightspark::data_slot::data_i |
Definition at line 479 of file toplevel.h.
Definition at line 475 of file toplevel.h.
1.6.3