Go to the source code of this file.
Defines | |
#define | G__BIT_ISTAGNUM 0x0000000f |
#define | G__BIT_ISCLASS 0x00000001 |
#define | G__BIT_ISSTRUCT 0x00000002 |
#define | G__BIT_ISUNION 0x00000004 |
#define | G__BIT_ISENUM 0x00000008 |
#define | G__BIT_ISTYPEDEF 0x00000010 |
#define | G__BIT_ISFUNDAMENTAL 0x00000020 |
#define | G__BIT_ISABSTRACT 0x00000040 |
#define | G__BIT_ISVIRTUAL 0x00000080 |
#define | G__BIT_ISPUREVIRTUAL 0x00000100 |
#define | G__BIT_ISPUBLIC 0x00000200 |
#define | G__BIT_ISPROTECTED 0x00000400 |
#define | G__BIT_ISPRIVATE 0x00000800 |
#define | G__BIT_ISPOINTER 0x00001000 |
#define | G__BIT_ISARRAY 0x00002000 |
#define | G__BIT_ISSTATIC 0x00004000 |
#define | G__BIT_ISDEFAULT 0x00008000 |
#define | G__BIT_ISREFERENCE 0x00010000 |
#define | G__BIT_ISDIRECTINHERIT 0x00020000 |
#define | G__BIT_ISCCOMPILED 0x00040000 |
#define | G__BIT_ISCPPCOMPILED 0x00080000 |
#define | G__BIT_ISCOMPILED 0x000c0000 |
#define | G__BIT_ISBYTECODE 0x02000000 |
#define | G__BIT_ISCONSTANT 0x00100000 |
#define | G__BIT_ISVIRTUALBASE 0x00200000 |
#define | G__BIT_ISPCONSTANT 0x00400000 |
#define | G__BIT_ISMETHCONSTANT 0x10000000 |
#define | G__BIT_ISGLOBALVAR 0x00800000 |
#define | G__BIT_ISLOCALVAR 0x01000000 |
#define | G__BIT_ISEXPLICIT 0x04000000 |
#define | G__BIT_ISNAMESPACE 0x08000000 |
#define | G__BIT_ISUSINGVARIABLE 0x20000000 |
#define | G__CLS_VALID 0x00000001 |
#define | G__CLS_HASEXPLICITCTOR 0x00000010 |
#define | G__CLS_HASIMPLICITCTOR 0x00000020 |
#define | G__CLS_HASCTOR 0x00000030 |
#define | G__CLS_HASDEFAULTCTOR 0x00000040 |
#define | G__CLS_HASASSIGNOPR 0x00000080 |
#define | G__CLS_HASEXPLICITDTOR 0x00000100 |
#define | G__CLS_HASIMPLICITDTOR 0x00000200 |
#define | G__CLS_HASDTOR 0x00000300 |
#define | G__CLS_HASVIRTUAL 0x00001000 |
#define | G__CLS_ISABSTRACT 0x00002000 |
#define G__BIT_ISABSTRACT 0x00000040 |
#define G__BIT_ISARRAY 0x00002000 |
Definition at line 35 of file Property.h.
Referenced by TAutoInspector::Inspect(), and TClass::InterpretedShowMembers().
#define G__BIT_ISBYTECODE 0x02000000 |
Definition at line 44 of file Property.h.
#define G__BIT_ISCCOMPILED 0x00040000 |
Definition at line 41 of file Property.h.
#define G__BIT_ISCLASS 0x00000001 |
Definition at line 22 of file Property.h.
Referenced by TEmulatedCollectionProxy::Expand(), TEmulatedCollectionProxy::ReadItems(), TGenCollectionStreamer::ReadMap(), TEmulatedMapProxy::ReadMap(), TGenCollectionStreamer::ReadMapHelper(), TGenCollectionStreamer::ReadObjects(), TGenCollectionStreamer::ReadPairFromMap(), TEmulatedCollectionProxy::Shrink(), TGenCollectionProxy::Value::Value(), TEmulatedCollectionProxy::WriteItems(), TGenCollectionStreamer::WriteMap(), TEmulatedMapProxy::WriteMap(), and TGenCollectionStreamer::WriteObjects().
#define G__BIT_ISCOMPILED 0x000c0000 |
Definition at line 43 of file Property.h.
#define G__BIT_ISCONSTANT 0x00100000 |
Definition at line 45 of file Property.h.
Referenced by TDocParser::AddClassDataMembersRecursively(), PyROOT::CreateConverter(), and ROOT::CreateNameTypeMap().
#define G__BIT_ISCPPCOMPILED 0x00080000 |
Definition at line 42 of file Property.h.
#define G__BIT_ISDEFAULT 0x00008000 |
Definition at line 37 of file Property.h.
#define G__BIT_ISDIRECTINHERIT 0x00020000 |
Definition at line 40 of file Property.h.
#define G__BIT_ISENUM 0x00000008 |
Definition at line 25 of file Property.h.
Referenced by TDocParser::AddClassDataMembersRecursively(), PyROOT::BindRootGlobal(), PyROOT::CreateConverter(), PyROOT::CreateExecutor(), ROOT::CreateNameTypeMap(), PyROOT::Utility::EffectiveType(), TEmulatedCollectionProxy::Expand(), TAutoInspector::Inspect(), TClass::InterpretedShowMembers(), TGenCollectionStreamer::ReadBufferDefault(), TGenCollectionStreamer::ReadBufferGeneric(), TEmulatedCollectionProxy::ReadItems(), TGenCollectionStreamer::ReadMap(), TEmulatedMapProxy::ReadMap(), TGenCollectionStreamer::ReadMapHelper(), TEmulatedCollectionProxy::Shrink(), TGenCollectionStreamer::Streamer(), TGenCollectionProxy::Value::Value(), TEmulatedCollectionProxy::WriteItems(), TGenCollectionStreamer::WriteMap(), and TEmulatedMapProxy::WriteMap().
#define G__BIT_ISEXPLICIT 0x04000000 |
Definition at line 52 of file Property.h.
#define G__BIT_ISFUNDAMENTAL 0x00000020 |
Definition at line 27 of file Property.h.
Referenced by TEmulatedCollectionProxy::Expand(), TEmulatedCollectionProxy::InitializeEx(), TAutoInspector::Inspect(), TClass::InterpretedShowMembers(), TGenCollectionStreamer::ReadBufferDefault(), TGenCollectionStreamer::ReadBufferGeneric(), TEmulatedCollectionProxy::ReadItems(), TGenCollectionStreamer::ReadMap(), TEmulatedMapProxy::ReadMap(), TGenCollectionStreamer::ReadMapHelper(), TEmulatedCollectionProxy::Shrink(), TGenCollectionStreamer::Streamer(), TGenCollectionProxy::Value::Value(), TEmulatedCollectionProxy::WriteItems(), TGenCollectionStreamer::WriteMap(), and TEmulatedMapProxy::WriteMap().
#define G__BIT_ISGLOBALVAR 0x00800000 |
Definition at line 50 of file Property.h.
#define G__BIT_ISLOCALVAR 0x01000000 |
Definition at line 51 of file Property.h.
#define G__BIT_ISMETHCONSTANT 0x10000000 |
Definition at line 48 of file Property.h.
#define G__BIT_ISNAMESPACE 0x08000000 |
Definition at line 53 of file Property.h.
Referenced by PyROOT::TScopeAdapter::IsNamespace(), and PyROOT::PropertyProxy::Set().
#define G__BIT_ISPCONSTANT 0x00400000 |
Definition at line 47 of file Property.h.
#define G__BIT_ISPOINTER 0x00001000 |
Definition at line 34 of file Property.h.
Referenced by TGenCollectionProxy::Value::DeleteItem(), TGenMapProxy::DeleteItem(), TGenCollectionProxy::DeleteItem(), TEmulatedCollectionProxy::Expand(), TEmulatedCollectionProxy::InitializeEx(), TGenCollectionProxy::InitializeEx(), TAutoInspector::Inspect(), TClass::InterpretedShowMembers(), TEmulatedCollectionProxy::ReadItems(), TGenCollectionStreamer::ReadMap(), TEmulatedMapProxy::ReadMap(), TGenCollectionStreamer::ReadMapHelper(), TGenCollectionStreamer::ReadObjects(), TEmulatedCollectionProxy::Shrink(), TGenCollectionProxy::Value::Value(), TEmulatedCollectionProxy::WriteItems(), TGenCollectionStreamer::WriteMap(), TEmulatedMapProxy::WriteMap(), and TGenCollectionStreamer::WriteObjects().
#define G__BIT_ISPRIVATE 0x00000800 |
Definition at line 33 of file Property.h.
#define G__BIT_ISPROTECTED 0x00000400 |
Definition at line 32 of file Property.h.
#define G__BIT_ISPUBLIC 0x00000200 |
Definition at line 31 of file Property.h.
#define G__BIT_ISPUREVIRTUAL 0x00000100 |
Definition at line 30 of file Property.h.
#define G__BIT_ISREFERENCE 0x00010000 |
Definition at line 39 of file Property.h.
#define G__BIT_ISSTATIC 0x00004000 |
Definition at line 36 of file Property.h.
Referenced by TDocParser::AddClassDataMembersRecursively(), ROOT::CreateNameTypeMap(), TAutoInspector::Inspect(), TClass::InterpretedShowMembers(), PyROOT::TMemberAdapter::IsStatic(), TClassDocOutput::ListDataMembers(), and PyROOT::pp_set().
#define G__BIT_ISSTRUCT 0x00000002 |
#define G__BIT_ISTAGNUM 0x0000000f |
Definition at line 21 of file Property.h.
#define G__BIT_ISTYPEDEF 0x00000010 |
Definition at line 26 of file Property.h.
#define G__BIT_ISUNION 0x00000004 |
Definition at line 24 of file Property.h.
#define G__BIT_ISUSINGVARIABLE 0x20000000 |
Definition at line 55 of file Property.h.
#define G__BIT_ISVIRTUAL 0x00000080 |
Definition at line 29 of file Property.h.
#define G__BIT_ISVIRTUALBASE 0x00200000 |
Definition at line 46 of file Property.h.
Referenced by TClass::GetBaseClassOffset(), TClass::GetBaseClassOffsetRecurse(), and GetObjectOffset().
#define G__CLS_HASASSIGNOPR 0x00000080 |
Definition at line 67 of file Property.h.
#define G__CLS_HASCTOR 0x00000030 |
Definition at line 65 of file Property.h.
#define G__CLS_HASDEFAULTCTOR 0x00000040 |
Definition at line 66 of file Property.h.
#define G__CLS_HASDTOR 0x00000300 |
Definition at line 71 of file Property.h.
#define G__CLS_HASEXPLICITCTOR 0x00000010 |
Definition at line 63 of file Property.h.
#define G__CLS_HASEXPLICITDTOR 0x00000100 |
Definition at line 69 of file Property.h.
#define G__CLS_HASIMPLICITCTOR 0x00000020 |
Definition at line 64 of file Property.h.
#define G__CLS_HASIMPLICITDTOR 0x00000200 |
Definition at line 70 of file Property.h.
#define G__CLS_HASVIRTUAL 0x00001000 |
#define G__CLS_ISABSTRACT 0x00002000 |
Definition at line 74 of file Property.h.
#define G__CLS_VALID 0x00000001 |
Definition at line 61 of file Property.h.