ROOT 6.08/07 Reference Guide |
Definition at line 173 of file TMetaUtils.h.
Classes | |
struct | CompareByName |
Public Types | |
enum | ERootFlag { kNoStreamer = 0x01, kNoInputOperator = 0x02, kUseByteCount = 0x04, kStreamerInfo = 0x04, kHasVersion = 0x08 } |
Public Member Functions | |
AnnotatedRecordDecl (long index, const clang::RecordDecl *decl, bool rStreamerInfo, bool rNoStreamer, bool rRequestNoInputOperator, bool rRequestOnlyTClass, int rRequestedVersionNumber, const cling::Interpreter &interpret, const TNormalizedCtxt &normCtxt) | |
There is no requested type name. More... | |
AnnotatedRecordDecl (long index, const clang::RecordDecl *decl, const char *requestName, bool rStreamerInfo, bool rNoStreamer, bool rRequestNoInputOperator, bool rRequestOnlyTClass, int rRequestedVersionNumber, const cling::Interpreter &interpret, const TNormalizedCtxt &normCtxt) | |
Normalize the requested name. More... | |
AnnotatedRecordDecl (long index, const clang::Type *requestedType, const clang::RecordDecl *decl, const char *requestedName, bool rStreamerInfo, bool rNoStreamer, bool rRequestNoInputOperator, bool rRequestOnlyTClass, int rRequestedVersionNumber, const cling::Interpreter &interpret, const TNormalizedCtxt &normCtxt) | |
Normalize the requested type name. More... | |
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, const cling::Interpreter &interpret, const TNormalizedCtxt &normCtxt) | |
Normalize the requested type name. More... | |
~AnnotatedRecordDecl () | |
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 | RequestedVersionNumber () const |
bool | RequestNoInputOperator () const |
bool | RequestNoStreamer () const |
bool | RequestOnlyTClass () const |
bool | RequestStreamerInfo () const |
int | RootFlag () const |
Private Attributes | |
const clang::RecordDecl * | fDecl |
std::string | fNormalizedName |
std::string | fRequestedName |
int | fRequestedVersionNumber |
bool | fRequestNoInputOperator |
bool | fRequestNoStreamer |
bool | fRequestOnlyTClass |
bool | fRequestStreamerInfo |
long | fRuleIndex |
#include <TMetaUtils.h>
Enumerator | |
---|---|
kNoStreamer | |
kNoInputOperator | |
kUseByteCount | |
kStreamerInfo | |
kHasVersion |
Definition at line 186 of file TMetaUtils.h.
ROOT::TMetaUtils::AnnotatedRecordDecl::AnnotatedRecordDecl | ( | long | index, |
const clang::RecordDecl * | decl, | ||
bool | rStreamerInfo, | ||
bool | rNoStreamer, | ||
bool | rRequestNoInputOperator, | ||
bool | rRequestOnlyTClass, | ||
int | rRequestedVersionNumber, | ||
const cling::Interpreter & | interpreter, | ||
const TNormalizedCtxt & | normCtxt | ||
) |
There is no requested type name.
Still let's normalized the actual name.
Definition at line 356 of file TMetaUtils.cxx.
ROOT::TMetaUtils::AnnotatedRecordDecl::AnnotatedRecordDecl | ( | long | index, |
const clang::RecordDecl * | decl, | ||
const char * | requestName, | ||
bool | rStreamerInfo, | ||
bool | rNoStreamer, | ||
bool | rRequestNoInputOperator, | ||
bool | rRequestOnlyTClass, | ||
int | rRequestedVersionNumber, | ||
const cling::Interpreter & | interpret, | ||
const TNormalizedCtxt & | normCtxt | ||
) |
Normalize the requested name.
Definition at line 428 of file TMetaUtils.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, | ||
const cling::Interpreter & | interpret, | ||
const TNormalizedCtxt & | normCtxt | ||
) |
Normalize the requested type name.
Definition at line 404 of file TMetaUtils.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, | ||
const cling::Interpreter & | interpret, | ||
const TNormalizedCtxt & | normCtxt | ||
) |
Normalize the requested type name.
Definition at line 375 of file TMetaUtils.cxx.
|
inline |
Definition at line 240 of file TMetaUtils.h.
|
inline |
Definition at line 248 of file TMetaUtils.h.
|
inline |
Definition at line 268 of file TMetaUtils.h.
|
inline |
Definition at line 247 of file TMetaUtils.h.
|
inline |
Definition at line 245 of file TMetaUtils.h.
|
inline |
Definition at line 249 of file TMetaUtils.h.
|
inline |
Definition at line 270 of file TMetaUtils.h.
|
inline |
Definition at line 274 of file TMetaUtils.h.
|
inline |
Definition at line 257 of file TMetaUtils.h.
|
inline |
Definition at line 254 of file TMetaUtils.h.
|
inline |
Definition at line 255 of file TMetaUtils.h.
|
inline |
Definition at line 256 of file TMetaUtils.h.
|
inline |
Definition at line 250 of file TMetaUtils.h.
|
inline |
Definition at line 258 of file TMetaUtils.h.
|
private |
Definition at line 176 of file TMetaUtils.h.
|
private |
Definition at line 178 of file TMetaUtils.h.
|
private |
Definition at line 177 of file TMetaUtils.h.
|
private |
Definition at line 183 of file TMetaUtils.h.
|
private |
Definition at line 181 of file TMetaUtils.h.
|
private |
Definition at line 180 of file TMetaUtils.h.
|
private |
Definition at line 182 of file TMetaUtils.h.
|
private |
Definition at line 179 of file TMetaUtils.h.
|
private |
Definition at line 175 of file TMetaUtils.h.