ODC_Executable - Executable
Inherits: 
ODC_ImpClass
Executables are 'classes' which are defined in order to create executable units. An executable may consist of one or more functions. Typically, an executable has a main() function, which defines the entry point for the executable.
Attributes
- external_name - Name for generates binary
- exe_type - Executable type
Relationships
- module_exec - Module or project, the binary belongs to
Functions