The classes in the com.adobe.flascc package control the way the compiled C/C++ code is executed and provide helper functions for accessing the domainMemory ByteArray.
| Class | Description | |
|---|---|---|
| CModule | Contains convenience functions for reading and writting to domainMemory; also manages any flascc-specific global state (for example, the VFS and Posix interface implementations.) | |
| Console | A basic implementation of a console for CrossBridge apps. |