Definition at line 191 of file TClingUtils.h.
Classes | |
struct | CompareByName |
Public Types | |
enum | ERootFlag { kNoStreamer = 0x01 , kNoInputOperator = 0x02 , kUseByteCount = 0x04 , kStreamerInfo = 0x04 , kHasVersion = 0x08 , kNtplForceNativeMode = 0x20 , kNtplForceStreamerMode = 0x40 } |
Public Member Functions | |
AnnotatedRecordDecl (long index, const clang::RecordDecl *decl, bool rStreamerInfo, bool rNoStreamer, bool rRequestNoInputOperator, bool rRequestOnlyTClass, int rRequestedVersionNumber, int rRequestedRNTupleSerializationMode, const cling::Interpreter &interpret, const TNormalizedCtxt &normCtxt) | |
There is no requested type name. | |
AnnotatedRecordDecl (long index, const clang::RecordDecl *decl, const char *requestName, bool rStreamerInfo, bool rNoStreamer, bool rRequestNoInputOperator, bool rRequestOnlyTClass, int rRequestedVersionNumber, int rRequestedRNTupleSerializationMode, const cling::Interpreter &interpret, const TNormalizedCtxt &normCtxt) | |
Normalize the requested name. | |
AnnotatedRecordDecl (long index, const clang::Type *requestedType, const clang::RecordDecl *decl, const char *requestedName, bool rStreamerInfo, bool rNoStreamer, bool rRequestNoInputOperator, bool rRequestOnlyTClass, int rRequestedVersionNumber, int rRequestedRNTupleSerializationMode, const cling::Interpreter &interpret, const TNormalizedCtxt &normCtxt) | |
Normalize the requested type name. | |
AnnotatedRecordDecl (long index, const clang::Type *requestedType, const clang::RecordDecl *decl, const char *requestedName, unsigned int nTemplateArgsToSkip, bool rStreamerInfo, bool rNoStreamer, bool rRequestNoInputOperator, bool rRequestOnlyTClass, int rRequestedVersionNumber, int rRequestedRNTupleSerializationMode, const cling::Interpreter &interpret, const TNormalizedCtxt &normCtxt) | |
Normalize the requested type name. | |
~AnnotatedRecordDecl () | |
const std::string & | GetDemangledTypeInfo () const |
const char * | GetNormalizedName () const |
const clang::RecordDecl * | GetRecordDecl () const |
const char * | GetRequestedName () const |
long | GetRuleIndex () const |
bool | HasClassVersion () const |
operator clang::RecordDecl const * () const | |
bool | operator< (const AnnotatedRecordDecl &right) const |
int | RequestedRNTupleSerializationMode () const |
int | RequestedVersionNumber () const |
bool | RequestNoInputOperator () const |
bool | RequestNoStreamer () const |
bool | RequestOnlyTClass () const |
bool | RequestStreamerInfo () const |
int | RootFlag () const |
Static Private Member Functions | |
static std::string | BuildDemangledTypeInfo (const clang::RecordDecl *rDecl, const std::string &normalizedName) |
Private Attributes | |
const clang::RecordDecl * | fDecl |
std::string | fDemangledTypeInfo |
std::string | fNormalizedName |
std::string | fRequestedName |
int | fRequestedRNTupleSerializationMode |
int | fRequestedVersionNumber |
bool | fRequestNoInputOperator |
bool | fRequestNoStreamer |
bool | fRequestOnlyTClass |
bool | fRequestStreamerInfo |
long | fRuleIndex |
Enumerator | |
---|---|
kNoStreamer | |
kNoInputOperator | |
kUseByteCount | |
kStreamerInfo | |
kHasVersion | |
kNtplForceNativeMode | |
kNtplForceStreamerMode |
Definition at line 211 of file TClingUtils.h.
ROOT::TMetaUtils::AnnotatedRecordDecl::AnnotatedRecordDecl | ( | long | index, |
const clang::RecordDecl * | decl, | ||
bool | rStreamerInfo, | ||
bool | rNoStreamer, | ||
bool | rRequestNoInputOperator, | ||
bool | rRequestOnlyTClass, | ||
int | rRequestedVersionNumber, | ||
int | rRequestedRNTupleSerializationMode, | ||
const cling::Interpreter & | interpreter, | ||
const TNormalizedCtxt & | normCtxt | ||
) |
There is no requested type name.
Still let's normalized the actual name.
Definition at line 378 of file TClingUtils.cxx.
ROOT::TMetaUtils::AnnotatedRecordDecl::AnnotatedRecordDecl | ( | long | index, |
const clang::RecordDecl * | decl, | ||
const char * | requestName, | ||
bool | rStreamerInfo, | ||
bool | rNoStreamer, | ||
bool | rRequestNoInputOperator, | ||
bool | rRequestOnlyTClass, | ||
int | rRequestedVersionNumber, | ||
int | rRequestedRNTupleSerializationMode, | ||
const cling::Interpreter & | interpret, | ||
const TNormalizedCtxt & | normCtxt | ||
) |
Normalize the requested name.
Definition at line 481 of file TClingUtils.cxx.
ROOT::TMetaUtils::AnnotatedRecordDecl::AnnotatedRecordDecl | ( | long | index, |
const clang::Type * | requestedType, | ||
const clang::RecordDecl * | decl, | ||
const char * | requestedName, | ||
bool | rStreamerInfo, | ||
bool | rNoStreamer, | ||
bool | rRequestNoInputOperator, | ||
bool | rRequestOnlyTClass, | ||
int | rRequestedVersionNumber, | ||
int | rRequestedRNTupleSerializationMode, | ||
const cling::Interpreter & | interpret, | ||
const TNormalizedCtxt & | normCtxt | ||
) |
Normalize the requested type name.
Definition at line 446 of file TClingUtils.cxx.
ROOT::TMetaUtils::AnnotatedRecordDecl::AnnotatedRecordDecl | ( | long | index, |
const clang::Type * | requestedType, | ||
const clang::RecordDecl * | decl, | ||
const char * | requestedName, | ||
unsigned int | nTemplateArgsToSkip, | ||
bool | rStreamerInfo, | ||
bool | rNoStreamer, | ||
bool | rRequestNoInputOperator, | ||
bool | rRequestOnlyTClass, | ||
int | rRequestedVersionNumber, | ||
int | rRequestedRNTupleSerializationMode, | ||
const cling::Interpreter & | interpret, | ||
const TNormalizedCtxt & | normCtxt | ||
) |
Normalize the requested type name.
Definition at line 406 of file TClingUtils.cxx.
|
inline |
Definition at line 275 of file TClingUtils.h.
|
staticprivate |
Definition at line 319 of file TClingUtils.cxx.
|
inline |
Definition at line 284 of file TClingUtils.h.
|
inline |
Definition at line 283 of file TClingUtils.h.
|
inline |
Definition at line 313 of file TClingUtils.h.
|
inline |
Definition at line 282 of file TClingUtils.h.
|
inline |
Definition at line 280 of file TClingUtils.h.
|
inline |
Definition at line 285 of file TClingUtils.h.
|
inline |
Definition at line 315 of file TClingUtils.h.
|
inline |
Definition at line 319 of file TClingUtils.h.
|
inline |
Definition at line 295 of file TClingUtils.h.
|
inline |
Definition at line 294 of file TClingUtils.h.
|
inline |
Definition at line 291 of file TClingUtils.h.
|
inline |
Definition at line 292 of file TClingUtils.h.
|
inline |
Definition at line 293 of file TClingUtils.h.
|
inline |
Definition at line 286 of file TClingUtils.h.
|
inline |
Definition at line 297 of file TClingUtils.h.
|
private |
Definition at line 196 of file TClingUtils.h.
|
private |
Definition at line 199 of file TClingUtils.h.
|
private |
Definition at line 198 of file TClingUtils.h.
|
private |
Definition at line 197 of file TClingUtils.h.
|
private |
Definition at line 206 of file TClingUtils.h.
|
private |
Definition at line 205 of file TClingUtils.h.
|
private |
Definition at line 203 of file TClingUtils.h.
|
private |
Definition at line 202 of file TClingUtils.h.
|
private |
Definition at line 204 of file TClingUtils.h.
|
private |
Definition at line 201 of file TClingUtils.h.
|
private |
Definition at line 195 of file TClingUtils.h.