Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::TMetaUtils::RConstructorType Class Reference

Definition at line 338 of file TClingUtils.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 </home/stephan/code/root-2/core/clingutils/res/TClingUtils.h>

Constructor & Destructor Documentation

◆ RConstructorType()

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

Definition at line 1187 of file TClingUtils.cxx.

Member Function Documentation

◆ GetName()

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

Definition at line 1196 of file TClingUtils.cxx.

◆ GetType()

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

Definition at line 1197 of file TClingUtils.cxx.

Member Data Documentation

◆ fArgType

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

Definition at line 341 of file TClingUtils.h.

◆ fArgTypeName

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

Definition at line 340 of file TClingUtils.h.


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