Package-level declarations

Plugins for building from C++ language sources.

Types

Link copied to clipboard
abstract class CppApplicationPlugin : Plugin<T>
A plugin that produces a native application from C++ source.
Link copied to clipboard
abstract class CppBasePlugin : Plugin<T>
A common base plugin for the C++ executable and library plugins
Link copied to clipboard
Adds core C++ language support.
Link copied to clipboard
abstract class CppLibraryPlugin : Plugin<T>
A plugin that produces a native library from C++ source.
Link copied to clipboard
abstract class CppPlugin : Plugin<T>
A plugin for projects wishing to build native binary components from C++ sources.