ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Attributes | List of all members
ROOT::TMetaUtils::RConstructorType Class Reference

Definition at line 289 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>

Constructor & Destructor Documentation

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

Definition at line 1068 of file TMetaUtils.cxx.

Member Function Documentation

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

Definition at line 1077 of file TMetaUtils.cxx.

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

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

Definition at line 1078 of file TMetaUtils.cxx.

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

Member Data Documentation

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

Definition at line 292 of file TMetaUtils.h.

Referenced by GetType(), and RConstructorType().

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

Definition at line 291 of file TMetaUtils.h.

Referenced by GetName().

Collaboration diagram for ROOT::TMetaUtils::RConstructorType:
[legend]

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