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

Definition at line 310 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/sftnight/build/workspace/root-makedoc-master/rootspi/rdoc/src/master/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 1117 of file TClingUtils.cxx.

Member Function Documentation

◆ GetName()

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

Definition at line 1126 of file TClingUtils.cxx.

◆ GetType()

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

Definition at line 1127 of file TClingUtils.cxx.

Member Data Documentation

◆ fArgType

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

Definition at line 313 of file TClingUtils.h.

◆ fArgTypeName

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

Definition at line 312 of file TClingUtils.h.

  • core/clingutils/res/TClingUtils.h
  • core/clingutils/src/TClingUtils.cxx