ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
RScanner::AnnotatedNamespaceDecl Class Reference

Definition at line 49 of file Scanner.h.

Public Member Functions

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

Private Attributes

const clang::NamespaceDecl * fDecl
 
long fRuleIndex
 
bool fRequestOnlyTClass
 

#include </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/core/metautils/src/Scanner.h>

Constructor & Destructor Documentation

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

Definition at line 51 of file Scanner.h.

RScanner::AnnotatedNamespaceDecl::AnnotatedNamespaceDecl ( )
inline

Definition at line 53 of file Scanner.h.

Member Function Documentation

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

Definition at line 55 of file Scanner.h.

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

Definition at line 56 of file Scanner.h.

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

Definition at line 57 of file Scanner.h.

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

Definition at line 54 of file Scanner.h.

Member Data Documentation

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

Definition at line 59 of file Scanner.h.

Referenced by GetNamespaceDecl(), and operator clang::NamespaceDecl const *().

bool RScanner::AnnotatedNamespaceDecl::fRequestOnlyTClass
private

Definition at line 61 of file Scanner.h.

Referenced by RequestOnlyTClass().

long RScanner::AnnotatedNamespaceDecl::fRuleIndex
private

Definition at line 60 of file Scanner.h.

Referenced by operator<().


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