Package: coder
Superclasses:
Build context during code generation
The code generator creates an object of this class to facilitate access to the build context. The build context encapsulates the settings used by the code generator including:
Target language
Code generation target
Target hardware
Build toolchain
Use coder.BuildConfig
methods in the methods
that you write for the coder.ExternalDependency
class.
The code generator creates objects of this class.
getHardwareImplementation | Get handle of copy of hardware implementation object |
getStdLibInfo | Get standard library information |
getTargetLang | Get target code generation language |
getToolchainInfo | Returns handle of copy of toolchain information object |
isCodeGenTarget | Determine if build configuration represents specified target |
isMatlabHostTarget | Determine if hardware implementation object target is MATLAB host computer |
Value. To learn how value classes affect copy operations, see Copying Objects.
coder.ExternalDependency
| coder.HardwareImplementation
| coder.make.ToolchainInfo
| coder.target