ROOT  6.06/08
Reference Guide
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)
 
bool IsValid () const
 
int Next ()
 
long Property () const
 
const char * DefaultValue () const
 
const char * Name () const
 
const TClingTypeInfoType () const
 
const char * TypeName () const
 

Private Attributes

cling::Interpreter * fInterp
 
const TClingMethodInfofMethodInfo
 
int fIdx
 

#include </builddir/build/BUILD/root-6.06.08/core/meta/src/TClingMethodArgInfo.h>

+ Collaboration diagram for TClingMethodArgInfo:

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

§ IsValid()

bool TClingMethodArgInfo::IsValid ( ) const

§ Name()

const char * TClingMethodArgInfo::Name ( ) const

§ Next()

int TClingMethodArgInfo::Next ( )

§ Property()

long TClingMethodArgInfo::Property ( ) const

Definition at line 58 of file TClingMethodArgInfo.cxx.

Referenced by TCling::MethodArgInfo_Property().

§ Type()

const TClingTypeInfo * TClingMethodArgInfo::Type ( ) const

§ TypeName()

const char * TClingMethodArgInfo::TypeName ( ) const

Definition at line 187 of file TClingMethodArgInfo.cxx.

Referenced by TCling::MethodArgInfo_TypeName().

Member Data Documentation

§ fIdx

int TClingMethodArgInfo::fIdx
private

Definition at line 43 of file TClingMethodArgInfo.h.

Referenced by DefaultValue(), IsValid(), Name(), Next(), Property(), and Type().

§ fInterp

cling::Interpreter* TClingMethodArgInfo::fInterp
private

Definition at line 41 of file TClingMethodArgInfo.h.

Referenced by DefaultValue(), and Type().

§ fMethodInfo

const TClingMethodInfo* TClingMethodArgInfo::fMethodInfo
private

Definition at line 42 of file TClingMethodArgInfo.h.

Referenced by DefaultValue(), IsValid(), Name(), Property(), and Type().


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