#include <swftypes.h>
Public Member Functions | |
| UI16 () | |
| UI16 (uint16_t v) | |
| operator uint16_t () const | |
| operator UI32 () const | |
| void | bswap () |
Private Attributes | |
| uint16_t | val |
Friends | |
| std::istream & | operator>> (std::istream &s, UI16 &v) |
Definition at line 299 of file swftypes.h.
| lightspark::UI16::UI16 | ( | ) | [inline] |
Definition at line 305 of file swftypes.h.
| lightspark::UI16::UI16 | ( | uint16_t | v | ) | [inline] |
Definition at line 306 of file swftypes.h.
| void lightspark::UI16::bswap | ( | ) | [inline] |
Definition at line 309 of file swftypes.h.
| lightspark::UI16::operator UI32 | ( | ) | const [inline] |
Definition at line 308 of file swftypes.h.
| lightspark::UI16::operator uint16_t | ( | ) | const [inline] |
Definition at line 307 of file swftypes.h.
| std::istream& operator>> | ( | std::istream & | s, | |
| UI16 & | v | |||
| ) | [friend] |
Definition at line 516 of file swftypes.h.
uint16_t lightspark::UI16::val [private] |
Definition at line 303 of file swftypes.h.
1.6.3