#include <swftypes.h>
Public Member Functions | |
| UB () | |
| UB (int s, BitStream &stream) | |
| operator int () const | |
Private Attributes | |
| uint32_t | buf |
| int | size |
Definition at line 627 of file swftypes.h.
| lightspark::UB::UB | ( | ) | [inline] |
Definition at line 632 of file swftypes.h.
| lightspark::UB::UB | ( | int | s, | |
| BitStream & | stream | |||
| ) | [inline] |
Definition at line 633 of file swftypes.h.
| lightspark::UB::operator int | ( | ) | const [inline] |
Definition at line 650 of file swftypes.h.
uint32_t lightspark::UB::buf [private] |
Definition at line 629 of file swftypes.h.
int lightspark::UB::size [private] |
Definition at line 630 of file swftypes.h.
1.6.3