clang 19.0.0git
Public Member Functions | List of all members
clang::extractapi::AccessControl Class Reference

#include "clang/ExtractAPI/DeclarationFragments.h"

Public Member Functions

 AccessControl (std::string Access)
 
 AccessControl ()
 
const std::string & getAccess () const
 
bool empty () const
 

Detailed Description

Definition at line 241 of file DeclarationFragments.h.

Constructor & Destructor Documentation

◆ AccessControl() [1/2]

clang::extractapi::AccessControl::AccessControl ( std::string  Access)
inline

Definition at line 243 of file DeclarationFragments.h.

◆ AccessControl() [2/2]

clang::extractapi::AccessControl::AccessControl ( )
inline

Definition at line 244 of file DeclarationFragments.h.

Member Function Documentation

◆ empty()

bool clang::extractapi::AccessControl::empty ( ) const
inline

Definition at line 248 of file DeclarationFragments.h.

◆ getAccess()

const std::string & clang::extractapi::AccessControl::getAccess ( ) const
inline

The documentation for this class was generated from the following file: