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

Definition at line 290 of file TMetaUtils.h.

Public Member Functions

 RConstructorType (const char *type_of_arg, const cling::Interpreter &)
 
const char * GetName () const
 
const clang::CXXRecordDecl * GetType () const
 

Private Attributes

const std::string fArgTypeName
 
const clang::CXXRecordDecl * fArgType
 

#include <TMetaUtils.h>

+ Collaboration diagram for ROOT::TMetaUtils::RConstructorType:

Constructor & Destructor Documentation

ROOT::TMetaUtils::RConstructorType::RConstructorType ( const char *  type_of_arg,
const cling::Interpreter &  interp 
)

Definition at line 1060 of file TMetaUtils.cxx.

Member Function Documentation

const char * ROOT::TMetaUtils::RConstructorType::GetName ( ) const

Definition at line 1069 of file TMetaUtils.cxx.

Referenced by ROOT::TMetaUtils::CheckConstructor().

const clang::CXXRecordDecl * ROOT::TMetaUtils::RConstructorType::GetType ( ) const

Definition at line 1070 of file TMetaUtils.cxx.

Referenced by ROOT::TMetaUtils::CheckConstructor().

Member Data Documentation

const clang::CXXRecordDecl* ROOT::TMetaUtils::RConstructorType::fArgType
private

Definition at line 293 of file TMetaUtils.h.

Referenced by GetType(), and RConstructorType().

const std::string ROOT::TMetaUtils::RConstructorType::fArgTypeName
private

Definition at line 292 of file TMetaUtils.h.

Referenced by GetName().


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