Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RScanner::AnnotatedNamespaceDecl Class Reference

Definition at line 56 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-master/rootspi/rdoc/src/master/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 58 of file Scanner.h.

◆ AnnotatedNamespaceDecl() [2/2]

RScanner::AnnotatedNamespaceDecl::AnnotatedNamespaceDecl ( )
inline

Definition at line 60 of file Scanner.h.

Member Function Documentation

◆ GetNamespaceDecl()

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

Definition at line 62 of file Scanner.h.

◆ operator clang::NamespaceDecl const *()

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

Definition at line 63 of file Scanner.h.

◆ operator<()

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

Definition at line 64 of file Scanner.h.

◆ RequestOnlyTClass()

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

Definition at line 61 of file Scanner.h.

Member Data Documentation

◆ fDecl

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

Definition at line 66 of file Scanner.h.

◆ fRequestOnlyTClass

bool RScanner::AnnotatedNamespaceDecl::fRequestOnlyTClass
private

Definition at line 68 of file Scanner.h.

◆ fRuleIndex

long RScanner::AnnotatedNamespaceDecl::fRuleIndex
private

Definition at line 67 of file Scanner.h.

  • core/dictgen/res/Scanner.h