#include <swftypes.h>
Public Member Functions | |
| UI8 () | |
| UI8 (uint8_t v) | |
| operator uint8_t () const | |
| operator UI16 () | |
Private Attributes | |
| uint8_t | val |
Friends | |
| std::istream & | operator>> (std::istream &s, UI8 &v) |
Definition at line 312 of file swftypes.h.
| lightspark::UI8::UI8 | ( | ) | [inline] |
Definition at line 318 of file swftypes.h.
| lightspark::UI8::UI8 | ( | uint8_t | v | ) | [inline] |
Definition at line 319 of file swftypes.h.
| lightspark::UI8::operator UI16 | ( | ) | [inline] |
Definition at line 321 of file swftypes.h.
| lightspark::UI8::operator uint8_t | ( | ) | const [inline] |
Definition at line 320 of file swftypes.h.
| std::istream& operator>> | ( | std::istream & | s, | |
| UI8 & | v | |||
| ) | [friend] |
Definition at line 504 of file swftypes.h.
uint8_t lightspark::UI8::val [private] |
Definition at line 316 of file swftypes.h.
1.6.3