![]() |
ROOT
6.06/09
Reference Guide
|
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>
ROOT::TMetaUtils::RConstructorType::RConstructorType | ( | const char * | type_of_arg, |
const cling::Interpreter & | interp | ||
) |
Definition at line 1060 of file TMetaUtils.cxx.
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().
|
private |
Definition at line 293 of file TMetaUtils.h.
Referenced by GetType(), and RConstructorType().
|
private |
Definition at line 292 of file TMetaUtils.h.
Referenced by GetName().