ROOT  6.06/09
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 </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/core/meta/src/TClingMethodArgInfo.h>

+ Collaboration diagram for TClingMethodArgInfo:

Constructor & Destructor Documentation

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

Definition at line 47 of file TClingMethodArgInfo.h.

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

Definition at line 48 of file TClingMethodArgInfo.h.

Member Function Documentation

const char * TClingMethodArgInfo::DefaultValue ( ) const
bool TClingMethodArgInfo::IsValid ( ) const
const char * TClingMethodArgInfo::Name ( ) const
int TClingMethodArgInfo::Next ( )
long TClingMethodArgInfo::Property ( ) const

Definition at line 58 of file TClingMethodArgInfo.cxx.

Referenced by TCling::MethodArgInfo_Property().

const TClingTypeInfo * TClingMethodArgInfo::Type ( ) const
const char * TClingMethodArgInfo::TypeName ( ) const

Definition at line 187 of file TClingMethodArgInfo.cxx.

Referenced by TCling::MethodArgInfo_TypeName().

Member Data Documentation

int TClingMethodArgInfo::fIdx
private

Definition at line 43 of file TClingMethodArgInfo.h.

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

cling::Interpreter* TClingMethodArgInfo::fInterp
private

Definition at line 41 of file TClingMethodArgInfo.h.

Referenced by DefaultValue(), and Type().

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: