Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
RScanner::AnnotatedNamespaceDecl Class Reference

Definition at line 50 of file Scanner.h.

Public Member Functions

 AnnotatedNamespaceDecl (clang::NamespaceDecl *decl, long index, bool rRequestOnlyTClass)
 
 AnnotatedNamespaceDecl ()
 
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 </mnt/build/workspace/root-makedoc-v608/rootspi/rdoc/src/v6-08-00-patches/core/metautils/src/Scanner.h>

Constructor & Destructor Documentation

◆ AnnotatedNamespaceDecl() [1/2]

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

Definition at line 52 of file Scanner.h.

◆ AnnotatedNamespaceDecl() [2/2]

RScanner::AnnotatedNamespaceDecl::AnnotatedNamespaceDecl ( )
inline

Definition at line 54 of file Scanner.h.

Member Function Documentation

◆ GetNamespaceDecl()

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

Definition at line 56 of file Scanner.h.

◆ operator clang::NamespaceDecl const *()

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

Definition at line 57 of file Scanner.h.

◆ operator<()

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

Definition at line 58 of file Scanner.h.

◆ RequestOnlyTClass()

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

Definition at line 55 of file Scanner.h.

Member Data Documentation

◆ fDecl

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

Definition at line 60 of file Scanner.h.

◆ fRequestOnlyTClass

bool RScanner::AnnotatedNamespaceDecl::fRequestOnlyTClass
private

Definition at line 62 of file Scanner.h.

◆ fRuleIndex

long RScanner::AnnotatedNamespaceDecl::fRuleIndex
private

Definition at line 61 of file Scanner.h.


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