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

Emulation of the CINT MethodInfo class.

The CINT C++ interpreter provides an interface to metadata about the arguments to a function through the MethodArgInfo class. This class provides the same functionality, using an interface as close as possible to MethodArgInfo but the typedef metadata comes from the Clang C++ compiler, not CINT.

Definition at line 37 of file TClingMethodArgInfo.h.

Public Member Functions

 TClingMethodArgInfo (cling::Interpreter *interp)
 
 TClingMethodArgInfo (cling::Interpreter *interp, const TClingMethodInfo *mi)
 
const char * DefaultValue () const
 
bool IsValid () const
 
const char * Name () const
 
int Next ()
 
long Property () const
 
const TClingTypeInfoType () const
 
const char * TypeName () const
 

Private Attributes

int fIdx
 
cling::Interpreter * fInterp
 
const TClingMethodInfofMethodInfo
 

#include </mnt/build/workspace/root-makedoc-v608/rootspi/rdoc/src/v6-08-00-patches/core/meta/src/TClingMethodArgInfo.h>

Constructor & Destructor Documentation

◆ TClingMethodArgInfo() [1/2]

TClingMethodArgInfo::TClingMethodArgInfo ( cling::Interpreter *  interp)
inlineexplicit

Definition at line 47 of file TClingMethodArgInfo.h.

◆ TClingMethodArgInfo() [2/2]

TClingMethodArgInfo::TClingMethodArgInfo ( cling::Interpreter *  interp,
const TClingMethodInfo mi 
)
inline

Definition at line 48 of file TClingMethodArgInfo.h.

Member Function Documentation

◆ DefaultValue()

const char * TClingMethodArgInfo::DefaultValue ( ) const

Definition at line 103 of file TClingMethodArgInfo.cxx.

◆ IsValid()

bool TClingMethodArgInfo::IsValid ( ) const

Definition at line 43 of file TClingMethodArgInfo.cxx.

◆ Name()

const char * TClingMethodArgInfo::Name ( ) const

Definition at line 158 of file TClingMethodArgInfo.cxx.

◆ Next()

int TClingMethodArgInfo::Next ( )

Definition at line 52 of file TClingMethodArgInfo.cxx.

◆ Property()

long TClingMethodArgInfo::Property ( ) const

Definition at line 58 of file TClingMethodArgInfo.cxx.

◆ Type()

const TClingTypeInfo * TClingMethodArgInfo::Type ( ) const

Definition at line 174 of file TClingMethodArgInfo.cxx.

◆ TypeName()

const char * TClingMethodArgInfo::TypeName ( ) const

Definition at line 187 of file TClingMethodArgInfo.cxx.

Member Data Documentation

◆ fIdx

int TClingMethodArgInfo::fIdx
private

Definition at line 43 of file TClingMethodArgInfo.h.

◆ fInterp

cling::Interpreter* TClingMethodArgInfo::fInterp
private

Definition at line 41 of file TClingMethodArgInfo.h.

◆ fMethodInfo

const TClingMethodInfo* TClingMethodArgInfo::fMethodInfo
private

Definition at line 42 of file TClingMethodArgInfo.h.


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