clang-tools 20.0.0git
Public Member Functions | Public Attributes | List of all members
clang::doc::ClangDocContext Struct Reference

#include <Representation.h>

Public Member Functions

 ClangDocContext ()=default
 
 ClangDocContext (tooling::ExecutionContext *ECtx, StringRef ProjectName, bool PublicOnly, StringRef OutDirectory, StringRef SourceRoot, StringRef RepositoryUrl, std::vector< std::string > UserStylesheets)
 

Public Attributes

tooling::ExecutionContext * ECtx
 
std::string ProjectName
 
bool PublicOnly
 
std::string OutDirectory
 
std::string SourceRoot
 
std::optional< std::string > RepositoryUrl
 
std::vector< std::string > UserStylesheets
 
std::vector< std::string > JsScripts
 
Index Idx
 

Detailed Description

Definition at line 480 of file Representation.h.

Constructor & Destructor Documentation

◆ ClangDocContext() [1/2]

clang::doc::ClangDocContext::ClangDocContext ( )
default

◆ ClangDocContext() [2/2]

clang::doc::ClangDocContext::ClangDocContext ( tooling::ExecutionContext *  ECtx,
StringRef  ProjectName,
bool  PublicOnly,
StringRef  OutDirectory,
StringRef  SourceRoot,
StringRef  RepositoryUrl,
std::vector< std::string >  UserStylesheets 
)

Definition at line 367 of file Representation.cpp.

References RepositoryUrl, and SourceRoot.

Member Data Documentation

◆ ECtx

tooling::ExecutionContext* clang::doc::ClangDocContext::ECtx

Definition at line 486 of file Representation.h.

◆ Idx

Index clang::doc::ClangDocContext::Idx

Definition at line 500 of file Representation.h.

Referenced by clang::doc::genIndex(), and clang::doc::serializeIndex().

◆ JsScripts

std::vector<std::string> clang::doc::ClangDocContext::JsScripts

◆ OutDirectory

std::string clang::doc::ClangDocContext::OutDirectory

◆ ProjectName

std::string clang::doc::ClangDocContext::ProjectName

◆ PublicOnly

bool clang::doc::ClangDocContext::PublicOnly

Definition at line 488 of file Representation.h.

◆ RepositoryUrl

std::optional<std::string> clang::doc::ClangDocContext::RepositoryUrl

◆ SourceRoot

std::string clang::doc::ClangDocContext::SourceRoot

Definition at line 490 of file Representation.h.

Referenced by ClangDocContext().

◆ UserStylesheets

std::vector<std::string> clang::doc::ClangDocContext::UserStylesheets

The documentation for this struct was generated from the following files: