#include <swftypes.h>
Public Member Functions | |
| SI24 () | |
| operator int32_t () const | |
| void | bswap () |
Private Attributes | |
| int32_t | val |
Friends | |
| std::istream & | operator>> (std::istream &s, SI24 &v) |
Definition at line 282 of file swftypes.h.
| lightspark::SI24::SI24 | ( | ) | [inline] |
Definition at line 288 of file swftypes.h.
| void lightspark::SI24::bswap | ( | ) | [inline] |
Definition at line 290 of file swftypes.h.
| lightspark::SI24::operator int32_t | ( | ) | const [inline] |
Definition at line 289 of file swftypes.h.
| std::istream& operator>> | ( | std::istream & | s, | |
| SI24 & | v | |||
| ) | [friend] |
Definition at line 529 of file swftypes.h.
int32_t lightspark::SI24::val [private] |
Definition at line 286 of file swftypes.h.
1.6.3