ProjectModel@Incubating public interface CppProject extends ProjectModel
| Modifier and Type | Method | Description | 
|---|---|---|
| CppComponent | getMainComponent() | Returns the main C++ component of this project, if any. | 
| CppTestSuite | getTestComponent() | Returns the C++ unit test suite of this project, if any. | 
getProjectIdentifier@Nullable CppComponent getMainComponent()
null when the project does not have a main component. The component will implement either CppApplication or CppLibrary.@Nullable CppTestSuite getTestComponent()
null when the project does not have a unit test suite.