Logo ROOT  
Reference Guide
RScanner::AnnotatedNamespaceDecl Class Reference

Definition at line 52 of file Scanner.h.

Public Member Functions

 AnnotatedNamespaceDecl ()
 
 AnnotatedNamespaceDecl (clang::NamespaceDecl *decl, long index, bool rRequestOnlyTClass)
 
const clang::NamespaceDecl * GetNamespaceDecl () const
 
 operator clang::NamespaceDecl const * () const
 
bool operator< (const AnnotatedNamespaceDecl &right)
 
bool RequestOnlyTClass () const
 

Private Attributes

const clang::NamespaceDecl * fDecl
 
bool fRequestOnlyTClass
 
long fRuleIndex
 

#include </home/sftnight/build/workspace/root-makedoc-v622/rootspi/rdoc/src/v6-22-00-patches/core/dictgen/res/Scanner.h>

Constructor & Destructor Documentation

◆ AnnotatedNamespaceDecl() [1/2]

RScanner::AnnotatedNamespaceDecl::AnnotatedNamespaceDecl ( clang::NamespaceDecl *  decl,
long  index,
bool  rRequestOnlyTClass 
)
inline

Definition at line 54 of file Scanner.h.

◆ AnnotatedNamespaceDecl() [2/2]

RScanner::AnnotatedNamespaceDecl::AnnotatedNamespaceDecl ( )
inline

Definition at line 56 of file Scanner.h.

Member Function Documentation

◆ GetNamespaceDecl()

const clang::NamespaceDecl * RScanner::AnnotatedNamespaceDecl::GetNamespaceDecl ( ) const
inline

Definition at line 58 of file Scanner.h.

◆ operator clang::NamespaceDecl const *()

RScanner::AnnotatedNamespaceDecl::operator clang::NamespaceDecl const * ( ) const
inline

Definition at line 59 of file Scanner.h.

◆ operator<()

bool RScanner::AnnotatedNamespaceDecl::operator< ( const AnnotatedNamespaceDecl right)
inline

Definition at line 60 of file Scanner.h.

◆ RequestOnlyTClass()

bool RScanner::AnnotatedNamespaceDecl::RequestOnlyTClass ( ) const
inline

Definition at line 57 of file Scanner.h.

Member Data Documentation

◆ fDecl

const clang::NamespaceDecl* RScanner::AnnotatedNamespaceDecl::fDecl
private

Definition at line 62 of file Scanner.h.

◆ fRequestOnlyTClass

bool RScanner::AnnotatedNamespaceDecl::fRequestOnlyTClass
private

Definition at line 64 of file Scanner.h.

◆ fRuleIndex

long RScanner::AnnotatedNamespaceDecl::fRuleIndex
private

Definition at line 63 of file Scanner.h.


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