Table of Contents

Class CProject

Namespace
Alternet.Syntax.Parsers.Lsp
Assembly
Alternet.Syntax.Parsers.Clangd.v9.dll

Represents a class to manage C/C++ project content.

public class CProject
Inheritance
CProject

Constructors

CProject()

Initializes a new instance of the CProject class with default settings.

Properties

IncludeDirectories

Represents a list of include files locations.

SourceFiles

Represents a list of files that belong to the project.

Methods

OnChanged()

Events

Changed

Occurs when project data changes.