Table of Contents

Class CProject

Namespace
Alternet.Syntax.Parsers.Lsp
Assembly
Alternet.Syntax.Parsers.Clangd.v10.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

ConditionalDefines

Represents a list of include files locations.

IncludeDirectories

Represents a list of include files locations.

SourceFiles

Represents a list of files that belong to the project.

Methods

BeginUpdate()

Suspends the project data change notifications.

EndUpdate()

Resumes the project data change notifications.

OnChanged()

Events

Changed

Occurs when project data changes.