Main Content

coder.make.getToolchainInfoFromRegistry

Get copy of selected ToolchainInfo object from registry

Description

h = coder.make.getToolchainInfoFromRegistry(tc_name) returns a copy of the toolchain information object that is registered with the specified name.

example

Examples

collapse all

To retrieve information about the default toolchain, run:

tc_name=coder.make.getDefaultToolchain();
h=coder.make.getToolchainInfoFromRegistry(tc_name)

Input Arguments

collapse all

Toolchain name, specified as a character vector.

Data Types: char

Output Arguments

collapse all

A coder.make.ToolchainInfo or target.Toolchain object, specified using an object handle, such as h.

Data Types: single | double | int8 | int16 | int32 | int64 | uint8 | uint16 | uint32 | uint64 | logical | char | string | struct | table | cell | function_handle | categorical | datetime | duration | calendarDuration | fi
Complex Number Support: Yes

Version History

Introduced in R2016b