Main Content

C++ interface class name

Interface class name for generated C++ code

Description

App Configuration Pane: C++ Language Features

Configuration Objects: coder.CodeConfig | coder.EmbeddedCodeConfig

Name of interface class for the generated C++ code when you generate code for your MATLAB® entry-point functions as methods in a C++ class. When you generate C++ functions for your MATLAB entry-point functions, this property has no effect.

Dependencies

To enable this parameter:

  • Set the Language parameter to C++.

  • Set the Interface style parameter to Each entry-point function is generated as a method in a C++ class.

Settings

' ' | character vector

Name of the interface C++ class, specified as a character vector. The default value is ' '.

Programmatic Use

Property: CppInterfaceClassName
Values: '' | character vector
Default: ''

Version History

Introduced in R2019b