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

Definition at line 288 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 clang::CXXRecordDecl * fArgType
 
const std::string fArgTypeName
 

#include <TMetaUtils.h>

Constructor & Destructor Documentation

◆ RConstructorType()

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

Definition at line 1050 of file TMetaUtils.cxx.

Member Function Documentation

◆ GetName()

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

Definition at line 1059 of file TMetaUtils.cxx.

◆ GetType()

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

Definition at line 1060 of file TMetaUtils.cxx.

Member Data Documentation

◆ fArgType

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

Definition at line 291 of file TMetaUtils.h.

◆ fArgTypeName

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

Definition at line 290 of file TMetaUtils.h.


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