#include <vector>Classes | |
| class | FlashValue |
| class | Args |
Defines | |
| #define | FLASH_VOID FlashValue() |
| #define | FLASH_ERROR FlashValue(FT_ERROR) |
Typedefs | |
| typedef std::vector< FlashValue > | Arguments |
Enumerations | |
| enum | FlashType |
| #define FLASH_ERROR FlashValue(FT_ERROR) |
Use the FLASH_ERROR macro to represent a flash error.
| #define FLASH_VOID FlashValue() |
Use the FLASH_VOID macro to represent a null FlashValue type.
| typedef std::vector<FlashValue> Arguments |
Arguments is defined as a vector of FlashValues. Used to communicate with ActionScript functions.
| enum FlashType |
Defines the Flash variable types, used by FlashValue.
1.5.2