Main Content
coder.make.ToolchainInfo.getSupportedLanguages
Class: coder.make.ToolchainInfo
Namespace: coder.make
Get list of supported languages
Syntax
lng_list = h.getSupportedLanguages
Description
returns the list of supported code generation languages for the current toolchain.lng_list
= h
.getSupportedLanguages
Input Arguments
Output Arguments
Examples
ans = h.getSupportedLanguages
ans = 'Asm/C' 'Asm/C++' 'Asm/C/C++' 'C' 'C++' 'C/C++'
Version History
Introduced in R2013a