clang 18.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)
 
const std::string & getAccess () const
 
bool empty () const
 

Detailed Description

Definition at line 200 of file DeclarationFragments.h.

Constructor & Destructor Documentation

◆ AccessControl()

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

Definition at line 202 of file DeclarationFragments.h.

Member Function Documentation

◆ empty()

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

Definition at line 206 of file DeclarationFragments.h.

◆ getAccess()

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

Definition at line 204 of file DeclarationFragments.h.


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