ROOT 6.14/05 Reference Guide |
The ROOT global object gROOT contains a list of all defined classes.
This list is build when a reference to a class dictionary is made. When this happens, the static "class"::Dictionary() function is called to create a TClass object describing the class. The Dictionary() function is defined in the ClassDef macro and stored (at program startup or library load time) together with the class name in the TClassTable singleton object. For a description of all dictionary classes see TDictionary.
The name of the class as registered in the TClass object and in the list of class is the "normalized name" and is defined as:
The name of the type as accessible from the global scope to which a 'using namespace std;' has been applied to and with:
Classes | |
class | InsertTClassInRegistryRAII |
class | TDeclNameRegistry |
class | TNameMapNode |
Public Types | |
enum | ECheckSum { kCurrentCheckSum = 0, kNoEnum = 1, kReflexNoComment = 2, kNoRange = 3, kWithTypeDef = 4, kReflex = 5, kNoRangeCheck = 6, kNoBaseCheckSum = 7, kLatestCheckSum = 8 } |
enum | ENewType { kRealNew = 0, kClassNew, kDummyNew } |
enum | EState { kNoInfo, kForwardDeclared, kEmulated, kInterpreted, kHasTClassInit, kLoaded = kHasTClassInit, kNamespaceForMeta } |
enum | EStatusBits { kReservedLoading = BIT(7), kClassSaved = BIT(12), kHasLocalHashMember = BIT(14), kIgnoreTObjectStreamer = BIT(15), kUnloaded = BIT(16), kIsTObject = BIT(17), kIsForeign = BIT(18), kIsEmulation = BIT(19), kStartWithTObject = BIT(20), kWarned = BIT(21), kHasNameMapNode = BIT(22), kHasCustomStreamerMember = BIT(23) } |
Public Types inherited from TDictionary | |
typedef const void * | DeclId_t |
enum | ESTLType { kNone = ROOT::kNotSTL, kVector = ROOT::kSTLvector, kList = ROOT::kSTLlist, kForwardlist = ROOT::kSTLforwardlist, kDeque = ROOT::kSTLdeque, kMap = ROOT::kSTLmap, kMultimap = ROOT::kSTLmultimap, kSet = ROOT::kSTLset, kMultiset = ROOT::kSTLmultiset, kUnorderedSet = ROOT::kSTLunorderedset, kUnorderedMultiset = ROOT::kSTLunorderedmultiset, kUnorderedMap = ROOT::kSTLunorderedmap, kUnorderedMultimap = ROOT::kSTLunorderedmultimap, kBitset = ROOT::kSTLbitset } |
Public Types inherited from TObject | |
enum | { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kInconsistent = 0x08000000, kBitMask = 0x00ffffff } |
enum | { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) } |
enum | EDeprecatedStatusBits { kObjInCanvas = BIT(3) } |
enum | EStatusBits { kCanDelete = BIT(0), kMustCleanup = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13) } |
Public Member Functions | |
TClass () | |
TClass (const char *name, Bool_t silent=kFALSE) | |
Create a TClass object. More... | |
TClass (const char *name, Version_t cversion, Bool_t silent=kFALSE) | |
Create a TClass object. More... | |
TClass (const char *name, Version_t cversion, EState theState, Bool_t silent=kFALSE) | |
Create a TClass object. More... | |
TClass (ClassInfo_t *info, Version_t cversion, const char *dfil, const char *ifil=0, Int_t dl=0, Int_t il=0, Bool_t silent=kFALSE) | |
Create a TClass object. More... | |
TClass (const char *name, Version_t cversion, const char *dfil, const char *ifil=0, Int_t dl=0, Int_t il=0, Bool_t silent=kFALSE) | |
Create a TClass object. More... | |
TClass (const char *name, Version_t cversion, const std::type_info &info, TVirtualIsAProxy *isa, const char *dfil, const char *ifil, Int_t dl, Int_t il, Bool_t silent=kFALSE) | |
Create a TClass object. More... | |
virtual | ~TClass () |
TClass dtor. Deletes all list that might have been created. More... | |
void | AddImplFile (const char *filename, int line) |
void | AddInstance (Bool_t heap=kFALSE) |
void | AdoptMemberStreamer (const char *name, TMemberStreamer *strm) |
Adopt the TMemberStreamer pointer to by p and use it to Stream non basic member name. More... | |
void | AdoptReferenceProxy (TVirtualRefProxy *proxy) |
Adopt the Reference proxy pointer to indicate that this class represents a reference. More... | |
void | AdoptSchemaRules (ROOT::Detail::TSchemaRuleSet *rules) |
Adopt a new set of Data Model Evolution rules. More... | |
void | AdoptStreamer (TClassStreamer *strm) |
Adopt a TClassStreamer object. More... | |
virtual void | Browse (TBrowser *b) |
This method is called by a browser to get the class information. More... | |
Int_t | Browse (void *obj, TBrowser *b) const |
Browse objects of of the class described by this TClass object. More... | |
void | BuildEmulatedRealData (const char *name, Long_t offset, TClass *cl) |
Build the list of real data for an emulated class. More... | |
void | BuildRealData (void *pointer=0, Bool_t isTransient=kFALSE) |
Build a full list of persistent data members. More... | |
void | CalculateStreamerOffset () const |
Calculate the offset between an object of this class to its base class TObject. More... | |
Bool_t | CallShowMembers (const void *obj, TMemberInspector &insp, Bool_t isTransient=kFALSE) const |
Call ShowMembers() on the obj of this class type, passing insp and parent. More... | |
Bool_t | CanIgnoreTObjectStreamer () |
Bool_t | CanSplit () const |
Return true if the data member of this TClass can be saved separately. More... | |
Long_t | ClassProperty () const |
Return the C++ property of this class, eg. More... | |
TObject * | Clone (const char *newname="") const |
Create a Clone of this TClass object using a different name but using the same 'dictionary'. More... | |
void | CopyCollectionProxy (const TVirtualCollectionProxy &) |
Copy the argument. More... | |
void | DeleteArray (void *ary, Bool_t dtorOnly=kFALSE) |
Explicitly call operator delete[] for an array. More... | |
void | Destructor (void *obj, Bool_t dtorOnly=kFALSE) |
Explicitly call destructor for object. More... | |
void | Draw (Option_t *option="") |
Draw detailed class inheritance structure. More... | |
void | Dump () const |
Dump contents of object on stdout. More... | |
void | Dump (const void *obj, Bool_t noAddr=kFALSE) const |
Dump contents of object on stdout. More... | |
void * | DynamicCast (const TClass *base, void *obj, Bool_t up=kTRUE) |
Cast obj of this class type up to baseclass cl if up is true. More... | |
const void * | DynamicCast (const TClass *base, const void *obj, Bool_t up=kTRUE) |
Cast obj of this class type up to baseclass cl if up is true. More... | |
char * | EscapeChars (const char *text) const |
Introduce an escape character (@) in front of a special chars. More... | |
TVirtualStreamerInfo * | FindConversionStreamerInfo (const char *onfile_classname, UInt_t checksum) const |
Return a Conversion StreamerInfo from the class 'classname' for the layout represented by 'checksum' to this class, if any. More... | |
TVirtualStreamerInfo * | FindConversionStreamerInfo (const TClass *onfile_cl, UInt_t checksum) const |
Return a Conversion StreamerInfo from the class represented by cl for the layout represented by 'checksum' to this class, if any. More... | |
TVirtualStreamerInfo * | FindStreamerInfo (UInt_t checksum) const |
Find the TVirtualStreamerInfo in the StreamerInfos corresponding to checksum. More... | |
TVirtualStreamerInfo * | FindStreamerInfoAbstractEmulated (UInt_t checksum) const |
For the case where the requestor class is emulated and this class is abstract, returns a pointer to the TVirtualStreamerInfo object for version with an emulated representation whether or not the class is loaded. More... | |
TClass * | GetActualClass (const void *object) const |
Return a pointer the the real class of the object. More... | |
TClass * | GetBaseClass (const char *classname) |
Return pointer to the base class "classname". More... | |
TClass * | GetBaseClass (const TClass *base) |
Return pointer to the base class "cl". More... | |
Int_t | GetBaseClassOffset (const TClass *toBase, void *address=0, bool isDerivedObject=true) |
TClass * | GetBaseDataMember (const char *datamember) |
Return pointer to (base) class that contains datamember. More... | |
UInt_t | GetCheckSum (ECheckSum code=kCurrentCheckSum) const |
Call GetCheckSum with validity check. More... | |
UInt_t | GetCheckSum (Bool_t &isvalid) const |
Return GetCheckSum(kCurrentCheckSum,isvalid);. More... | |
UInt_t | GetCheckSum (ECheckSum code, Bool_t &isvalid) const |
Compute and/or return the class check sum. More... | |
ClassInfo_t * | GetClassInfo () const |
TMethod * | GetClassMethod (const char *name, const char *params, Bool_t objectIsConst=kFALSE) |
Look for a method in this class that has the name and matches the parameters. More... | |
TMethod * | GetClassMethodWithPrototype (const char *name, const char *proto, Bool_t objectIsConst=kFALSE, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch) |
Find the method with a given prototype. More... | |
Int_t | GetClassSize () const |
Version_t | GetClassVersion () const |
TVirtualCollectionProxy * | GetCollectionProxy () const |
Return the proxy describing the collection (if any). More... | |
ROOT::ESTLType | GetCollectionType () const |
Return the 'type' of the STL the TClass is representing. More... | |
const char * | GetContextMenuTitle () const |
TVirtualStreamerInfo * | GetConversionStreamerInfo (const char *onfile_classname, Int_t version) const |
Return a Conversion StreamerInfo from the class 'classname' for version number 'version' to this class, if any. More... | |
TVirtualStreamerInfo * | GetConversionStreamerInfo (const TClass *onfile_cl, Int_t version) const |
Return a Conversion StreamerInfo from the class represented by cl for version number 'version' to this class, if any. More... | |
ClassConvStreamerFunc_t | GetConvStreamerFunc () const |
Get a wrapper/accessor function around this class custom conversion streamer (member function). More... | |
TVirtualStreamerInfo * | GetCurrentStreamerInfo () |
TDataMember * | GetDataMember (const char *datamember) const |
Return pointer to datamember object with name "datamember". More... | |
Long_t | GetDataMemberOffset (const char *membername) const |
return offset for member name. More... | |
Short_t | GetDeclFileLine () const |
const char * | GetDeclFileName () const |
ROOT::DelFunc_t | GetDelete () const |
ROOT::DelArrFunc_t | GetDeleteArray () const |
ROOT::DesFunc_t | GetDestructor () const |
ROOT::DirAutoAdd_t | GetDirectoryAutoAdd () const |
TFunctionTemplate * | GetFunctionTemplate (const char *name) |
UInt_t | GetHeapInstanceCount () const |
Short_t | GetImplFileLine () const |
const char * | GetImplFileName () const |
UInt_t | GetInstanceCount () const |
TVirtualIsAProxy * | GetIsAProxy () const |
Return the proxy implementing the IsA functionality. More... | |
TVirtualStreamerInfo * | GetLastReadInfo () const |
TList * | GetListOfAllPublicDataMembers (Bool_t load=kTRUE) |
Returns a list of all public data members of this class and its base classes. More... | |
const TList * | GetListOfAllPublicMethods (Bool_t load=kTRUE) |
Returns a list of all public methods of this class and its base classes. More... | |
TList * | GetListOfBases () |
Return list containing the TBaseClass(es) of a class. More... | |
TList * | GetListOfDataMembers (Bool_t load=kTRUE) |
Return list containing the TDataMembers of a class. More... | |
TList * | GetListOfEnums (Bool_t load=kTRUE) |
Return a list containing the TEnums of a class. More... | |
TList * | GetListOfFunctionTemplates (Bool_t load=kTRUE) |
Return list containing the TEnums of a class. More... | |
TCollection * | GetListOfMethodOverloads (const char *name) const |
Return the collection of functions named "name". More... | |
TList * | GetListOfMethods (Bool_t load=kTRUE) |
Return list containing the TMethods of a class. More... | |
TList * | GetListOfRealData () const |
void | GetMenuItems (TList *listitems) |
Returns list of methods accessible by context menu. More... | |
TList * | GetMenuList () const |
Return the list of menu items associated with the class. More... | |
ROOT::MergeFunc_t | GetMerge () const |
TMethod * | GetMethod (const char *method, const char *params, Bool_t objectIsConst=kFALSE) |
Find the best method (if there is one) matching the parameters. More... | |
TMethod * | GetMethodAllAny (const char *method) |
Return pointer to method without looking at parameters. More... | |
TMethod * | GetMethodAny (const char *method) |
Return pointer to method without looking at parameters. More... | |
TMethod * | GetMethodWithPrototype (const char *method, const char *proto, Bool_t objectIsConst=kFALSE, ROOT::EFunctionMatchMode mode=ROOT::kConversionMatch) |
Find the method with a given prototype. More... | |
void | GetMissingDictionaries (THashTable &result, bool recurse=false) |
Get the classes that have a missing dictionary starting from this one. More... | |
Int_t | GetNdata () |
Return the number of data members of this class Note that in case the list of data members is not yet created, it will be done by GetListOfDataMembers(). More... | |
ROOT::NewFunc_t | GetNew () const |
ROOT::NewArrFunc_t | GetNewArray () const |
Int_t | GetNmethods () |
Return the number of methods of this class Note that in case the list of methods is not yet created, it will be done by GetListOfMethods(). More... | |
TClass *const * | GetPersistentRef () const |
TRealData * | GetRealData (const char *name) const |
Return pointer to TRealData element with name "name". More... | |
TVirtualRefProxy * | GetReferenceProxy () const |
ROOT::ResetAfterMergeFunc_t | GetResetAfterMerge () const |
const ROOT::Detail::TSchemaRuleSet * | GetSchemaRules () const |
Return the set of the schema rules if any. More... | |
ROOT::Detail::TSchemaRuleSet * | GetSchemaRules (Bool_t create=kFALSE) |
Return the set of the schema rules if any. More... | |
const char * | GetSharedLibs () |
Get the list of shared libraries containing the code for class cls. More... | |
ShowMembersFunc_t | GetShowMembersWrapper () const |
EState | GetState () const |
TClassStreamer * | GetStreamer () const |
Return the Streamer Class allowing streaming (if any). More... | |
ClassStreamerFunc_t | GetStreamerFunc () const |
Get a wrapper/accessor function around this class custom streamer (member function). More... | |
TVirtualStreamerInfo * | GetStreamerInfo (Int_t version=0) const |
returns a pointer to the TVirtualStreamerInfo object for version If the object does not exist, it is created More... | |
TVirtualStreamerInfo * | GetStreamerInfoAbstractEmulated (Int_t version=0) const |
For the case where the requestor class is emulated and this class is abstract, returns a pointer to the TVirtualStreamerInfo object for version with an emulated representation whether or not the class is loaded. More... | |
const TObjArray * | GetStreamerInfos () const |
const std::type_info * | GetTypeInfo () const |
Bool_t | HasConsistentHashMember () |
Return 'true' if we can guarantee that if this class (or any class in this class inheritance hierarchy) overload TObject::Hash it also starts the RecursiveRemove process from its own destructor. More... | |
Bool_t | HasDataMemberInfo () const |
Bool_t | HasDefaultConstructor () const |
Bool_t | HasDictionary () const |
Check whether a class has a dictionary or not. More... | |
Bool_t | HasInterpreterInfo () const |
Bool_t | HasInterpreterInfoInMemory () const |
Bool_t | HasLocalHashMember () const |
void | IgnoreTObjectStreamer (Bool_t ignore=kTRUE) |
When the class kIgnoreTObjectStreamer bit is set, the automatically generated Streamer will not call TObject::Streamer. More... | |
Bool_t | InheritsFrom (const char *cl) const |
Return kTRUE if this class inherits from a class with name "classname". More... | |
Bool_t | InheritsFrom (const TClass *cl) const |
Return kTRUE if this class inherits from class cl. More... | |
void | InterpretedShowMembers (void *obj, TMemberInspector &insp, Bool_t isTransient) |
Do a ShowMembers() traversal of all members and base classes' members using the reflection information from the interpreter. More... | |
Bool_t | IsFolder () const |
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More... | |
Bool_t | IsFolder (void *obj) const |
Return kTRUE if the class has elements. More... | |
Bool_t | IsForeign () const |
Return kTRUE is the class is Foreign (the class does not have a Streamer method). More... | |
Bool_t | IsLoaded () const |
Return true if the shared library of this class is currently in the a process's memory. More... | |
Bool_t | IsStartingWithTObject () const |
Returns true if this class inherits from TObject and if the start of the TObject parts is at the very beginning of the objects. More... | |
Bool_t | IsTObject () const |
Return kTRUE is the class inherits from TObject. More... | |
Bool_t | IsVersioned () const |
void | ls (Option_t *opt="") const |
The ls function lists the contents of a class on stdout. More... | |
void | MakeCustomMenuList () |
Makes a customizable version of the popup menu list, i.e. More... | |
Bool_t | MatchLegacyCheckSum (UInt_t checksum) const |
Return true if the checksum passed as argument is one of the checksum value produced by the older checksum calculation algorithm. More... | |
void | Move (void *arenaFrom, void *arenaTo) const |
Register the fact that an object was moved from the memory location 'arenaFrom' to the memory location 'arenaTo'. More... | |
void * | New (ENewType defConstructor=kClassNew, Bool_t quiet=kFALSE) const |
Return a pointer to a newly allocated object of this class. More... | |
void * | New (void *arena, ENewType defConstructor=kClassNew) const |
Return a pointer to a newly allocated object of this class. More... | |
void * | NewArray (Long_t nElements, ENewType defConstructor=kClassNew) const |
Return a pointer to a newly allocated array of objects of this class. More... | |
void * | NewArray (Long_t nElements, void *arena, ENewType defConstructor=kClassNew) const |
Return a pointer to a newly allocated object of this class. More... | |
virtual void | PostLoadCheck () |
Do the initialization that can only be done after the CINT dictionary has been fully populated and can not be delayed efficiently. More... | |
Long_t | Property () const |
Set TObject::fBits and fStreamerType to cache information about the class. More... | |
Int_t | ReadBuffer (TBuffer &b, void *pointer, Int_t version, UInt_t start, UInt_t count) |
Function called by the Streamer functions to deserialize information from buffer b into object at p. More... | |
Int_t | ReadBuffer (TBuffer &b, void *pointer) |
Function called by the Streamer functions to deserialize information from buffer b into object at p. More... | |
void | RegisterStreamerInfo (TVirtualStreamerInfo *info) |
Register the StreamerInfo in the given slot, change the State of the TClass as appropriate. More... | |
void | RemoveStreamerInfo (Int_t slot) |
Remove and delete the StreamerInfo in the given slot. More... | |
void | ReplaceWith (TClass *newcl) const |
void | ResetCaches () |
To clean out all caches. More... | |
void | ResetClassInfo (Long_t tagnum) |
Make sure that the current ClassInfo is up to date. More... | |
void | ResetClassInfo () |
Make sure that the current ClassInfo is up to date. More... | |
void | ResetInstanceCount () |
void | ResetMenuList () |
Resets the menu list to it's standard value. More... | |
void | SetCanSplit (Int_t splitmode) |
Set the splitability of this class: More... | |
void | SetCollectionProxy (const ROOT::Detail::TCollectionProxyInfo &) |
Create the collection proxy object (and the streamer object) from using the information in the TCollectionProxyInfo. More... | |
void | SetContextMenuTitle (const char *title) |
Change (i.e. set) the title of the TNamed. More... | |
void | SetConvStreamerFunc (ClassConvStreamerFunc_t strm) |
Set a wrapper/accessor function around this class custom conversion streamer. More... | |
void | SetCurrentStreamerInfo (TVirtualStreamerInfo *info) |
Set pointer to current TVirtualStreamerInfo. More... | |
void | SetDeclFile (const char *name, int line) |
void | SetDelete (ROOT::DelFunc_t deleteFunc) |
Install a new wrapper around 'delete'. More... | |
void | SetDeleteArray (ROOT::DelArrFunc_t deleteArrayFunc) |
Install a new wrapper around 'delete []'. More... | |
void | SetDestructor (ROOT::DesFunc_t destructorFunc) |
Install a new wrapper around the destructor. More... | |
void | SetDirectoryAutoAdd (ROOT::DirAutoAdd_t dirAutoAddFunc) |
Install a new wrapper around the directory auto add function. More... | |
void | SetGlobalIsA (IsAGlobalFunc_t) |
This function installs a global IsA function for this class. More... | |
void | SetImplFileName (const char *implFileName) |
void | SetLastReadInfo (TVirtualStreamerInfo *info) |
void | SetMemberStreamer (const char *name, MemberStreamerFunc_t strm) |
Install a new member streamer (p will be copied). More... | |
void | SetMerge (ROOT::MergeFunc_t mergeFunc) |
Install a new wrapper around 'Merge'. More... | |
void | SetNew (ROOT::NewFunc_t newFunc) |
Install a new wrapper around 'new'. More... | |
void | SetNewArray (ROOT::NewArrFunc_t newArrayFunc) |
Install a new wrapper around 'new []'. More... | |
void | SetResetAfterMerge (ROOT::ResetAfterMergeFunc_t resetFunc) |
Install a new wrapper around 'ResetAfterMerge'. More... | |
void | SetStreamerFunc (ClassStreamerFunc_t strm) |
Set a wrapper/accessor function around this class custom streamer. More... | |
TVirtualStreamerInfo * | SetStreamerInfo (Int_t version, const char *info="") |
Info is a string describing the names and types of attributes written by the class Streamer function. More... | |
void | SetUnloaded () |
Call this method to indicate that the shared library containing this class's code has been removed (unloaded) from the process's memory. More... | |
Int_t | Size () const |
Return size of object of this class. More... | |
void | Store (TBuffer &b) const |
Store class description on I/O buffer. More... | |
void | Streamer (void *obj, TBuffer &b, const TClass *onfile_class=0) const |
Int_t | WriteBuffer (TBuffer &b, void *pointer, const char *info="") |
Function called by the Streamer functions to serialize object at p to buffer b. More... | |
Public Member Functions inherited from TDictionary | |
TDictionary () | |
TDictionary (const char *name) | |
TDictionary (const TDictionary &dict) | |
virtual | ~TDictionary () |
void | CreateAttributeMap () |
TDictAttributeMap * | GetAttributeMap () const |
TDictionary & | operator= (const TDictionary &other) |
Public Member Functions inherited from TNamed | |
TNamed () | |
TNamed (const char *name, const char *title) | |
TNamed (const TString &name, const TString &title) | |
TNamed (const TNamed &named) | |
TNamed copy ctor. More... | |
virtual | ~TNamed () |
TNamed destructor. More... | |
virtual void | Clear (Option_t *option="") |
Set name and title to empty strings (""). More... | |
virtual Int_t | Compare (const TObject *obj) const |
Compare two TNamed objects. More... | |
virtual void | Copy (TObject &named) const |
Copy this to obj. More... | |
virtual void | FillBuffer (char *&buffer) |
Encode TNamed into output buffer. More... | |
virtual const char * | GetName () const |
Returns name of object. More... | |
virtual const char * | GetTitle () const |
Returns title of object. More... | |
virtual ULong_t | Hash () const |
Return hash value for this object. More... | |
virtual Bool_t | IsSortable () const |
TNamed & | operator= (const TNamed &rhs) |
TNamed assignment operator. More... | |
virtual void | Print (Option_t *option="") const |
Print TNamed name and title. More... | |
virtual void | SetName (const char *name) |
Set the name of the TNamed. More... | |
virtual void | SetNameTitle (const char *name, const char *title) |
Set all the TNamed parameters (name and title). More... | |
virtual void | SetTitle (const char *title="") |
Set the title of the TNamed. More... | |
virtual Int_t | Sizeof () const |
Return size of the TNamed part of the TObject. More... | |
Public Member Functions inherited from TObject | |
TObject () | |
TObject constructor. More... | |
TObject (const TObject &object) | |
TObject copy ctor. More... | |
virtual | ~TObject () |
TObject destructor. More... | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. More... | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. More... | |
ULong_t | CheckedHash () |
Checked and record whether for this class has a consistent Hash/RecursiveRemove setup (*) and then return the regular Hash value for this object. More... | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. More... | |
virtual void | Delete (Option_t *option="") |
Delete this object. More... | |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
Computes distance from point (px,py) to the object. More... | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. More... | |
virtual TObject * | DrawClone (Option_t *option="") const |
Draw a clone of this object in the current selected pad for instance with: gROOT->SetSelectedPad(gPad) . More... | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. More... | |
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
Execute method on this object with the given parameter string, e.g. More... | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
Execute method on this object with parameters stored in the TObjArray. More... | |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Execute action corresponding to an event at (px,py). More... | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. More... | |
virtual TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. More... | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. More... | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. More... | |
virtual const char * | GetIconName () const |
Returns mime type name of object. More... | |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
Returns string containing info about the object at position (px,py). More... | |
virtual Option_t * | GetOption () const |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. More... | |
virtual Bool_t | HandleTimer (TTimer *timer) |
Execute action in response of a timer timing out. More... | |
Bool_t | HasInconsistentHash () const |
Return true is the type of this object is known to have an inconsistent setup for Hash and RecursiveRemove (i.e. More... | |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. More... | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. More... | |
void | InvertBit (UInt_t f) |
virtual Bool_t | IsEqual (const TObject *obj) const |
Default equal comparison (objects are equal if they have the same address in memory). More... | |
R__ALWAYS_INLINE Bool_t | IsOnHeap () const |
R__ALWAYS_INLINE Bool_t | IsZombie () const |
void | MayNotUse (const char *method) const |
Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More... | |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification. More... | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. More... | |
void | operator delete (void *ptr) |
Operator delete. More... | |
void | operator delete[] (void *ptr) |
Operator delete []. More... | |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, void *vp) |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. More... | |
virtual void | Paint (Option_t *option="") |
This method must be overridden if a class wants to paint itself. More... | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. More... | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. More... | |
virtual void | RecursiveRemove (TObject *obj) |
Recursively remove this object from a list. More... | |
void | ResetBit (UInt_t f) |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
Save this object in the file specified by filename. More... | |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
Save a primitive as a C++ statement(s) on output stream "out". More... | |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. More... | |
void | SetBit (UInt_t f) |
virtual void | SetDrawOption (Option_t *option="") |
Set drawing option for object. More... | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. More... | |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. More... | |
R__ALWAYS_INLINE Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
virtual void | UseCurrentStyle () |
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More... | |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. More... | |
Static Public Member Functions | |
static void | AddClass (TClass *cl) |
static: Add a class to the list and map of classes. More... | |
static void | AddClassToDeclIdMap (TDictionary::DeclId_t id, TClass *cl) |
static: Add a TClass* to the map of classes. More... | |
static Bool_t | AddRule (const char *rule) |
Add a schema evolution customization rule. More... | |
static Int_t | AutoBrowse (TObject *obj, TBrowser *browser) |
Browse external object inherited from TObject. More... | |
static TClass * | GetClass (const char *name, Bool_t load=kTRUE, Bool_t silent=kFALSE) |
Static method returning pointer to TClass of the specified class name. More... | |
static TClass * | GetClass (const std::type_info &typeinfo, Bool_t load=kTRUE, Bool_t silent=kFALSE) |
Return pointer to class with name. More... | |
static TClass * | GetClass (ClassInfo_t *info, Bool_t load=kTRUE, Bool_t silent=kFALSE) |
Static method returning pointer to TClass of the specified ClassInfo. More... | |
static Bool_t | GetClass (DeclId_t id, std::vector< TClass *> &classes) |
static DictFuncPtr_t | GetDict (const char *cname) |
Return a pointer to the dictionary loading function generated by rootcint. More... | |
static DictFuncPtr_t | GetDict (const std::type_info &info) |
Return a pointer to the dictionary loading function generated by rootcint. More... | |
static Bool_t | HasDictionarySelection (const char *clname) |
Check whether a class has a dictionary or ROOT can load one. More... | |
static ENewType | IsCallingNew () |
Static method returning the defConstructor flag passed to TClass::New(). More... | |
static TClass * | Load (TBuffer &b) |
Load class description from I/O buffer and return class object. More... | |
static TClass * | LoadClass (const char *requestedname, Bool_t silent) |
Helper function used by TClass::GetClass(). More... | |
static Int_t | ReadRules (const char *filename) |
Read a class.rules file which contains one rule per line with comment starting with a #. More... | |
static Int_t | ReadRules () |
Read the class.rules files from the default location:. More... | |
static void | RemoveClass (TClass *cl) |
static: Remove a class from the list and map of classes More... | |
static void | RemoveClassDeclId (TDictionary::DeclId_t id) |
Static Public Member Functions inherited from TDictionary | |
static TDictionary * | GetDictionary (const char *name) |
static TDictionary * | GetDictionary (const std::type_info &typeinfo) |
Static Public Member Functions inherited from TObject | |
static Long_t | GetDtorOnly () |
Return destructor only flag. More... | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. More... | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. More... | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. More... | |
Protected Member Functions | |
TVirtualStreamerInfo * | FindStreamerInfo (TObjArray *arr, UInt_t checksum) const |
Find the TVirtualStreamerInfo in the StreamerInfos corresponding to checksum. More... | |
void | GetMissingDictionariesForBaseClasses (TCollection &result, TCollection &visited, bool recurse) |
Verify the base classes always. More... | |
void | GetMissingDictionariesForMembers (TCollection &result, TCollection &visited, bool recurse) |
Verify the Data Members. More... | |
void | GetMissingDictionariesForPairElements (TCollection &result, TCollection &visited, bool recurse) |
void | GetMissingDictionariesWithRecursionCheck (TCollection &result, TCollection &visited, bool recurse) |
From the second level of recursion onwards it is different state check. More... | |
Protected Member Functions inherited from TDictionary | |
Bool_t | UpdateInterpreterStateMarker () |
the Cling ID of the transaction that last updated the object More... | |
Protected Member Functions inherited from TObject | |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). More... | |
void | MakeZombie () |
Private Types | |
enum | { kLoading = kReservedLoading, kUnloading = kReservedLoading } |
typedef std::atomic< std::map< std::string, TObjArray * > * > | ConvSIMap_t |
Persistent address of pointer to this TClass object and its successors. More... | |
enum | ERuntimeProperties : UChar_t { ERuntimeProperties::kNotInitialized = 0, ERuntimeProperties::kSet = BIT(0), ERuntimeProperties::kConsistentHash = BIT(1) } |
Indicates whether GetClassVersion has been called. More... | |
enum | EStreamerType { kDefault =0, kEmulatedStreamer =1, kTObject =2, kInstrumented =4, kForeign =8, kExternal =16 } |
typedef void(* | StreamerImpl_t) (const TClass *pThis, void *obj, TBuffer &b, const TClass *onfile_class) |
Schema evolution rules. More... | |
Private Member Functions | |
TClass (const TClass &tc)=delete | |
Bool_t | CanSplitBaseAllow () |
Pointer to the function implementing streaming for this class. More... | |
TVirtualStreamerInfo * | DetermineCurrentStreamerInfo () |
Determine and set pointer to current TVirtualStreamerInfo. More... | |
TMethod * | FindClassOrBaseMethodWithId (DeclId_t faddr) |
Find a method with decl id in this class or its bases. More... | |
void | ForceReload (TClass *oldcl) |
we found at least one equivalent. More... | |
Int_t | GetBaseClassOffsetRecurse (const TClass *toBase) |
Return data member offset to the base class "cl". More... | |
TMethod * | GetClassMethod (Long_t faddr) |
Look for a method in this class that has the interface function address faddr. More... | |
TListOfFunctions * | GetMethodList () |
Return (create an empty one if needed) the list of functions. More... | |
void | Init (const char *name, Version_t cversion, const std::type_info *info, TVirtualIsAProxy *isa, const char *dfil, const char *ifil, Int_t dl, Int_t il, ClassInfo_t *classInfo, Bool_t silent) |
Initialize a TClass object. More... | |
void | LoadClassInfo () const |
Try to load the ClassInfo if available. More... | |
TClass & | operator= (const TClass &)=delete |
void | SetClassSize (Int_t sizof) |
void | SetClassVersion (Version_t version) |
Private function. More... | |
void | SetRuntimeProperties () |
Internal routine to set calculate the class properties that can only be known at run-time, for example whether the Hash member function and the destructor are consistent. More... | |
void | SetStreamerImpl () |
Internal routine to set fStreamerImpl based on the value of fStreamerType. More... | |
Static Private Member Functions | |
static void | ConvStreamerInstrumented (const TClass *pThis, void *object, TBuffer &b, const TClass *onfile_class) |
Case of instrumented class with a library. More... | |
static DeclIdMap_t * | GetDeclIdMap () |
static IdMap_t * | GetIdMap () |
static Bool_t | HasNoInfoOrEmuOrFwdDeclaredDecl (const char *) |
static TClass * | LoadClassCustom (const char *requestedname, Bool_t silent) |
Helper function used by TClass::GetClass(). More... | |
static TClass * | LoadClassDefault (const char *requestedname, Bool_t silent) |
Helper function used by TClass::GetClass(). More... | |
static void | StreamerDefault (const TClass *pThis, void *object, TBuffer &b, const TClass *onfile_class) |
Default streaming in cases where either we have no way to know what to do or if Property() has not yet been called. More... | |
static void | StreamerExternal (const TClass *pThis, void *object, TBuffer &b, const TClass *onfile_class) |
There is special streamer for the class. More... | |
static void | StreamerInstrumented (const TClass *pThis, void *object, TBuffer &b, const TClass *onfile_class) |
Case of instrumented class with a library. More... | |
static void | StreamerStreamerInfo (const TClass *pThis, void *object, TBuffer &b, const TClass *onfile_class) |
Case of where we should directly use the StreamerInfo. More... | |
static void | StreamerTObject (const TClass *pThis, void *object, TBuffer &b, const TClass *onfile_class) |
Case of TObjects. More... | |
static void | StreamerTObjectEmulated (const TClass *pThis, void *object, TBuffer &b, const TClass *onfile_class) |
Case of TObjects when we do not have the library defining the class. More... | |
static void | StreamerTObjectInitialized (const TClass *pThis, void *object, TBuffer &b, const TClass *onfile_class) |
Case of TObjects when fIsOffsetStreamerSet is known to have been set. More... | |
Static Private Attributes | |
static std::atomic< Int_t > | fgClassCount |
static THashTable * | fgClassTypedefHash = 0 |
static TDeclNameRegistry | fNoInfoOrEmuOrFwdDeclNameRegistry |
Friends | |
bool | operator & (UChar_t l, ERuntimeProperties r) |
class | ROOT::Internal::TCheckHashRecursiveRemoveConsistency |
void | ROOT::ResetClassVersion (TClass *, const char *, Short_t) |
class | ROOT::TGenericClassInfo |
class | TCling |
class | TProtoClass |
Additional Inherited Members | |
Protected Attributes inherited from TNamed | |
TString | fName |
TString | fTitle |
#include <TClass.h>
|
private |
enum TClass::ECheckSum |
enum TClass::ENewType |
|
strongprivate |
enum TClass::EState |
enum TClass::EStatusBits |
|
private |
|
privatedelete |
TClass::TClass | ( | ) |
Definition at line 1015 of file TClass.cxx.
Create a TClass object.
This object contains the full dictionary of a class. It has list to baseclasses, datamembers and methods. Use this ctor to create a standalone TClass object. Most useful to get a TClass interface to an interpreted class. Used by TTabCom. Normally you would use TClass::GetClass("class") to get access to a TClass object for a certain class.
Definition at line 1053 of file TClass.cxx.
Create a TClass object.
This object contains the full dictionary of a class. It has list to baseclasses, datamembers and methods.
Definition at line 1100 of file TClass.cxx.
Create a TClass object.
This object does not contain anything. We mimic the case of a class fwd declared in the interpreter.
Definition at line 1127 of file TClass.cxx.
TClass::TClass | ( | ClassInfo_t * | classInfo, |
Version_t | cversion, | ||
const char * | dfil, | ||
const char * | ifil = 0 , |
||
Int_t | dl = 0 , |
||
Int_t | il = 0 , |
||
Bool_t | silent = kFALSE |
||
) |
Create a TClass object.
This object contains the full dictionary of a class. It has list to baseclasses, datamembers and methods. Use this ctor to create a standalone TClass object. Most useful to get a TClass interface to an interpreted class. Used by TTabCom. Normally you would use TClass::GetClass("class") to get access to a TClass object for a certain class.
This copies the ClassInfo (i.e. does not take ownership of it).
Definition at line 1170 of file TClass.cxx.
TClass::TClass | ( | const char * | name, |
Version_t | cversion, | ||
const char * | dfil, | ||
const char * | ifil = 0 , |
||
Int_t | dl = 0 , |
||
Int_t | il = 0 , |
||
Bool_t | silent = kFALSE |
||
) |
Create a TClass object.
This object contains the full dictionary of a class. It has list to baseclasses, datamembers and methods.
Definition at line 1220 of file TClass.cxx.
TClass::TClass | ( | const char * | name, |
Version_t | cversion, | ||
const std::type_info & | info, | ||
TVirtualIsAProxy * | isa, | ||
const char * | dfil, | ||
const char * | ifil, | ||
Int_t | dl, | ||
Int_t | il, | ||
Bool_t | silent = kFALSE |
||
) |
Create a TClass object.
This object contains the full dictionary of a class. It has list to baseclasses, datamembers and methods.
Definition at line 1248 of file TClass.cxx.
|
virtual |
TClass dtor. Deletes all list that might have been created.
Definition at line 1575 of file TClass.cxx.
static: Add a class to the list and map of classes.
Definition at line 444 of file TClass.cxx.
|
static |
static: Add a TClass* to the map of classes.
Definition at line 461 of file TClass.cxx.
void TClass::AddImplFile | ( | const char * | filename, |
int | line | ||
) |
Definition at line 1863 of file TClass.cxx.
|
static |
Add a schema evolution customization rule.
The syntax of the rule can be either the short form:
or the long form
For example to set HepMC::GenVertex::m_event to not owned the object it is pointing to: HepMC::GenVertex m_event attributes=NotOwner
Semantic of the tags:
Definition at line 1801 of file TClass.cxx.
void TClass::AdoptMemberStreamer | ( | const char * | name, |
TMemberStreamer * | p | ||
) |
Adopt the TMemberStreamer pointer to by p and use it to Stream non basic member name.
Definition at line 6379 of file TClass.cxx.
void TClass::AdoptReferenceProxy | ( | TVirtualRefProxy * | proxy | ) |
Adopt the Reference proxy pointer to indicate that this class represents a reference.
When a new proxy is adopted, the old one is deleted.
Definition at line 6361 of file TClass.cxx.
void TClass::AdoptSchemaRules | ( | ROOT::Detail::TSchemaRuleSet * | rules | ) |
Adopt a new set of Data Model Evolution rules.
Definition at line 1831 of file TClass.cxx.
void TClass::AdoptStreamer | ( | TClassStreamer * | str | ) |
Adopt a TClassStreamer object.
Ownership is transfered to this TClass object.
Definition at line 6567 of file TClass.cxx.
Browse external object inherited from TObject.
It passes through inheritance tree and calls TBrowser::Add in appropriate cases. Static function.
Definition at line 1877 of file TClass.cxx.
This method is called by a browser to get the class information.
Reimplemented from TObject.
Definition at line 1921 of file TClass.cxx.
Browse objects of of the class described by this TClass object.
Definition at line 1889 of file TClass.cxx.
Build the list of real data for an emulated class.
Definition at line 2023 of file TClass.cxx.
Build a full list of persistent data members.
Scans the list of all data members in the class itself and also in all base classes. For each persistent data member, inserts a TRealData object in the list fRealData.
Definition at line 1942 of file TClass.cxx.
void TClass::CalculateStreamerOffset | ( | ) | const |
Calculate the offset between an object of this class to its base class TObject.
The pointer can be adjusted by that offset to access any virtual method of TObject like Streamer() and ShowMembers().
Definition at line 2094 of file TClass.cxx.
Bool_t TClass::CallShowMembers | ( | const void * | obj, |
TMemberInspector & | insp, | ||
Bool_t | isTransient = kFALSE |
||
) | const |
Call ShowMembers() on the obj of this class type, passing insp and parent.
isATObject is -1 if unknown, 0 if it is not a TObject, and 1 if it is a TObject. The function returns whether it was able to call ShowMembers().
Definition at line 2116 of file TClass.cxx.
Bool_t TClass::CanSplit | ( | ) | const |
Return true if the data member of this TClass can be saved separately.
Definition at line 2231 of file TClass.cxx.
|
private |
Pointer to the function implementing streaming for this class.
Definition at line 2158 of file TClass.cxx.
Long_t TClass::ClassProperty | ( | ) | const |
Return the C++ property of this class, eg.
is abstract, has virtual base class, see EClassProperty in TDictionary.h
Definition at line 2316 of file TClass.cxx.
|
virtual |
Create a Clone of this TClass object using a different name but using the same 'dictionary'.
This effectively creates a hard alias for the class name.
Reimplemented from TNamed.
Definition at line 2326 of file TClass.cxx.
|
staticprivate |
Case of instrumented class with a library.
Definition at line 6518 of file TClass.cxx.
void TClass::CopyCollectionProxy | ( | const TVirtualCollectionProxy & | orig | ) |
Copy the argument.
Definition at line 2389 of file TClass.cxx.
Explicitly call operator delete[] for an array.
Definition at line 5266 of file TClass.cxx.
Explicitly call destructor for object.
Definition at line 5149 of file TClass.cxx.
|
private |
Determine and set pointer to current TVirtualStreamerInfo.
Definition at line 5414 of file TClass.cxx.
Draw detailed class inheritance structure.
If a class B inherits from a class A, the description of B is drawn on the right side of the description of A. Member functions overridden by B are shown in class A with a blue line erasing the corresponding member function
Reimplemented from TObject.
Definition at line 2406 of file TClass.cxx.
|
inlinevirtual |
Dump contents of object on stdout.
Using the information in the object dictionary (class TClass) each data member is interpreted. If a data member is a pointer, the pointer value is printed
The following output is the Dump of a TArrow object:
Reimplemented from TObject.
Dump contents of object on stdout.
Using the information in the object dictionary each data member is interpreted. If a data member is a pointer, the pointer value is printed 'obj' is assume to point to an object of the class describe by this TClass
The following output is the Dump of a TArrow object:
If noAddr is true, printout of all pointer values is skipped.
Definition at line 2455 of file TClass.cxx.
Cast obj of this class type up to baseclass cl if up is true.
Cast obj of this class type down from baseclass cl if up is false. If this class is not a baseclass of cl return 0, else the pointer to the cl part of this (up) or to this (down).
Definition at line 4729 of file TClass.cxx.
Cast obj of this class type up to baseclass cl if up is true.
Cast obj of this class type down from baseclass cl if up is false. If this class is not a baseclass of cl return 0, else the pointer to the cl part of this (up) or to this (down).
Definition at line 4751 of file TClass.cxx.
char * TClass::EscapeChars | ( | const char * | text | ) | const |
Introduce an escape character (@) in front of a special chars.
You need to use the result immediately before it is being overwritten.
Definition at line 2488 of file TClass.cxx.
Find a method with decl id in this class or its bases.
Definition at line 4261 of file TClass.cxx.
TVirtualStreamerInfo * TClass::FindConversionStreamerInfo | ( | const char * | onfile_classname, |
UInt_t | checksum | ||
) | const |
Return a Conversion StreamerInfo from the class 'classname' for the layout represented by 'checksum' to this class, if any.
Definition at line 6854 of file TClass.cxx.
TVirtualStreamerInfo * TClass::FindConversionStreamerInfo | ( | const TClass * | onfile_cl, |
UInt_t | checksum | ||
) | const |
Return a Conversion StreamerInfo from the class represented by cl for the layout represented by 'checksum' to this class, if any.
Definition at line 6865 of file TClass.cxx.
|
protected |
Find the TVirtualStreamerInfo in the StreamerInfos corresponding to checksum.
Definition at line 6737 of file TClass.cxx.
TVirtualStreamerInfo * TClass::FindStreamerInfo | ( | UInt_t | checksum | ) | const |
Find the TVirtualStreamerInfo in the StreamerInfos corresponding to checksum.
Definition at line 6709 of file TClass.cxx.
TVirtualStreamerInfo * TClass::FindStreamerInfoAbstractEmulated | ( | UInt_t | checksum | ) | const |
For the case where the requestor class is emulated and this class is abstract, returns a pointer to the TVirtualStreamerInfo object for version with an emulated representation whether or not the class is loaded.
If the object does not exist, it is created
Warning: If we create a new streamer info, whether or not the build optimizes is controlled externally to us by a global variable! Don't call us unless you have set that variable properly with TStreamer::Optimize()!
Definition at line 4586 of file TClass.cxx.
Return a pointer the the real class of the object.
This is equivalent to object->IsA() when the class has a ClassDef. It is REQUIRED that object is coming from a proper pointer to the class represented by 'this'. Example: Special case:
then on return, one must do:
Also if the class represented by 'this' and NONE of its parents classes have a virtual ptr table, the result will be 'this' and NOT the actual class.
Definition at line 2527 of file TClass.cxx.
TClass * TClass::GetBaseClass | ( | const char * | classname | ) |
Return pointer to the base class "classname".
Returns 0 in case "classname" is not a base class. Takes care of multiple inheritance.
Definition at line 2574 of file TClass.cxx.
Return pointer to the base class "cl".
Returns 0 in case "cl" is not a base class. Takes care of multiple inheritance.
Definition at line 2593 of file TClass.cxx.
Int_t TClass::GetBaseClassOffset | ( | const TClass * | toBase, |
void * | address = 0 , |
||
bool | isDerivedObject = true |
||
) |
Definition at line 2710 of file TClass.cxx.
Return data member offset to the base class "cl".
Definition at line 2624 of file TClass.cxx.
TClass * TClass::GetBaseDataMember | ( | const char * | datamember | ) |
Return pointer to (base) class that contains datamember.
Definition at line 2746 of file TClass.cxx.
UInt_t TClass::GetCheckSum | ( | ECheckSum | code = kCurrentCheckSum | ) | const |
Call GetCheckSum with validity check.
Definition at line 6185 of file TClass.cxx.
Return GetCheckSum(kCurrentCheckSum,isvalid);.
Definition at line 6194 of file TClass.cxx.
Compute and/or return the class check sum.
isvalid is set to false, if the function is unable to calculate the checksum.
The class ckecksum is used by the automatic schema evolution algorithm to uniquely identify a class version. The check sum is built from the names/types of base classes and data members. Original algorithm from Victor Perevovchikov (perev). @bnl .gov
The valid range of code is determined by ECheckSum.
This is needed for backward compatibility.
WARNING: this function must be kept in sync with TStreamerInfo::GetCheckSum. They are both used to handle backward compatibility and should both return the same values. TStreamerInfo uses the information in TStreamerElement while TClass uses the information from TClass::GetListOfBases and TClass::GetListOfDataMembers.
Definition at line 6224 of file TClass.cxx.
Static method returning pointer to TClass of the specified class name.
If load is true an attempt is made to obtain the class by loading the appropriate shared library (directed by the rootmap file). If silent is 'true', do not warn about missing dictionary for the class. (typically used for class that are used only for transient members) Returns 0 in case class is not found.
Definition at line 2887 of file TClass.cxx.
|
static |
Return pointer to class with name.
Definition at line 3105 of file TClass.cxx.
|
static |
Static method returning pointer to TClass of the specified ClassInfo.
If load is true an attempt is made to obtain the class by loading the appropriate shared library (directed by the rootmap file). If silent is 'true', do not warn about missing dictionary for the class. (typically used for class that are used only for transient members) Returns 0 in case class is not found.
Definition at line 3192 of file TClass.cxx.
Definition at line 3245 of file TClass.cxx.
Look for a method in this class that has the interface function address faddr.
Definition at line 4304 of file TClass.cxx.
TMethod * TClass::GetClassMethod | ( | const char * | name, |
const char * | params, | ||
Bool_t | objectIsConst = kFALSE |
||
) |
Look for a method in this class that has the name and matches the parameters.
The params string must contain argument values, like "3189, \"aap", 1.3". Returns 0 in case method is not found. See TClass::GetMethod to also search the base classes.
Definition at line 4323 of file TClass.cxx.
TMethod * TClass::GetClassMethodWithPrototype | ( | const char * | name, |
const char * | proto, | ||
Bool_t | objectIsConst = kFALSE , |
||
ROOT::EFunctionMatchMode | mode = ROOT::kConversionMatch |
||
) |
Find the method with a given prototype.
The proto string must be of the form: "char*,int,double". Returns 0 in case method is not found. See TClass::GetMethodWithPrototype to also search the base classes.
Definition at line 4348 of file TClass.cxx.
TVirtualCollectionProxy * TClass::GetCollectionProxy | ( | ) | const |
Return the proxy describing the collection (if any).
Definition at line 2816 of file TClass.cxx.
ROOT::ESTLType TClass::GetCollectionType | ( | ) | const |
Return the 'type' of the STL the TClass is representing.
and return ROOT::kNotSTL if it is not representing an STL collection.
Definition at line 2805 of file TClass.cxx.
TVirtualStreamerInfo * TClass::GetConversionStreamerInfo | ( | const char * | onfile_classname, |
Int_t | version | ||
) | const |
Return a Conversion StreamerInfo from the class 'classname' for version number 'version' to this class, if any.
Definition at line 6757 of file TClass.cxx.
TVirtualStreamerInfo * TClass::GetConversionStreamerInfo | ( | const TClass * | onfile_cl, |
Int_t | version | ||
) | const |
Return a Conversion StreamerInfo from the class represented by cl for version number 'version' to this class, if any.
Definition at line 6768 of file TClass.cxx.
ClassConvStreamerFunc_t TClass::GetConvStreamerFunc | ( | ) | const |
Get a wrapper/accessor function around this class custom conversion streamer (member function).
Definition at line 2866 of file TClass.cxx.
|
inline |
TDataMember * TClass::GetDataMember | ( | const char * | datamember | ) | const |
Return pointer to datamember object with name "datamember".
Definition at line 3280 of file TClass.cxx.
Long_t TClass::GetDataMemberOffset | ( | const char * | name | ) | const |
return offset for member name.
name can be a data member in the class itself, one of its base classes, or one member in one of the aggregated classes.
In case of an emulated class, the list of emulated TRealData is built
Definition at line 3308 of file TClass.cxx.
|
staticprivate |
Definition at line 430 of file TClass.cxx.
ROOT::DelFunc_t TClass::GetDelete | ( | ) | const |
ROOT::DelArrFunc_t TClass::GetDeleteArray | ( | ) | const |
ROOT::DesFunc_t TClass::GetDestructor | ( | ) | const |
|
static |
Return a pointer to the dictionary loading function generated by rootcint.
Definition at line 3263 of file TClass.cxx.
|
static |
Return a pointer to the dictionary loading function generated by rootcint.
Definition at line 3272 of file TClass.cxx.
ROOT::DirAutoAdd_t TClass::GetDirectoryAutoAdd | ( | ) | const |
TFunctionTemplate * TClass::GetFunctionTemplate | ( | const char * | name | ) |
Definition at line 3478 of file TClass.cxx.
|
staticprivate |
Definition at line 419 of file TClass.cxx.
TVirtualIsAProxy * TClass::GetIsAProxy | ( | ) | const |
Return the proxy implementing the IsA functionality.
Definition at line 2874 of file TClass.cxx.
|
inline |
Returns a list of all public data members of this class and its base classes.
Refers to a subset of the data members in GetListOfDatamembers() so don't do GetListOfAllPublicDataMembers()->Delete().
Definition at line 3716 of file TClass.cxx.
Returns a list of all public methods of this class and its base classes.
Refers to a subset of the methods in GetListOfMethods() so don't do GetListOfAllPublicMethods()->Delete(). Algorithm used to get the list is:
Definition at line 3699 of file TClass.cxx.
TList * TClass::GetListOfBases | ( | ) |
Return list containing the TBaseClass(es) of a class.
Definition at line 3507 of file TClass.cxx.
Return list containing the TDataMembers of a class.
Definition at line 3617 of file TClass.cxx.
Return a list containing the TEnums of a class.
The list returned is safe to use from multiple thread without explicitly taking the ROOT global lock.
In the case the TClass represents a namespace, the returned list will implicit take the ROOT global lock upon any access (see TListOfEnumsWithLock)
In the case the TClass represents a class or struct and requestListLoading is true, the list is immutable (and thus safe to access from multiple thread without taking the global lock at all).
In the case the TClass represents a class or struct and requestListLoading is false, the list is mutable and thus we return a TListOfEnumsWithLock which will implicit take the ROOT global lock upon any access.
Definition at line 3561 of file TClass.cxx.
Return list containing the TEnums of a class.
Definition at line 3652 of file TClass.cxx.
TCollection * TClass::GetListOfMethodOverloads | ( | const char * | name | ) | const |
Return the collection of functions named "name".
Definition at line 3681 of file TClass.cxx.
Return list containing the TMethods of a class.
If load is true, the list is populated with all the defined function and currently instantiated function template.
Definition at line 3666 of file TClass.cxx.
Returns list of methods accessible by context menu.
Definition at line 3728 of file TClass.cxx.
TList * TClass::GetMenuList | ( | ) | const |
Return the list of menu items associated with the class.
Definition at line 4162 of file TClass.cxx.
ROOT::MergeFunc_t TClass::GetMerge | ( | ) | const |
TMethod * TClass::GetMethod | ( | const char * | method, |
const char * | params, | ||
Bool_t | objectIsConst = kFALSE |
||
) |
Find the best method (if there is one) matching the parameters.
The params string must contain argument values, like "3189, \"aap", 1.3". The function invokes GetClassMethod to search for a possible method in the class itself or in its base classes. Returns 0 in case method is not found.
Definition at line 4232 of file TClass.cxx.
TMethod * TClass::GetMethodAllAny | ( | const char * | method | ) |
Return pointer to method without looking at parameters.
Does look in all base classes.
Definition at line 4205 of file TClass.cxx.
TMethod * TClass::GetMethodAny | ( | const char * | method | ) |
Return pointer to method without looking at parameters.
Does not look in (possible) base classes. Has the side effect of loading all the TMethod object in the list of the class.
Definition at line 4195 of file TClass.cxx.
|
private |
Return (create an empty one if needed) the list of functions.
The major difference with GetListOfMethod is that this returns the internal type of fMethod and thus can not be made public. It also never 'loads' the content of the list.
Definition at line 4176 of file TClass.cxx.
TMethod * TClass::GetMethodWithPrototype | ( | const char * | method, |
const char * | proto, | ||
Bool_t | objectIsConst = kFALSE , |
||
ROOT::EFunctionMatchMode | mode = ROOT::kConversionMatch |
||
) |
Find the method with a given prototype.
The proto string must be of the form: "char*,int,double". Returns 0 in case method is not found.
Definition at line 4277 of file TClass.cxx.
void TClass::GetMissingDictionaries | ( | THashTable & | result, |
bool | recurse = false |
||
) |
Get the classes that have a missing dictionary starting from this one.
Definition at line 3902 of file TClass.cxx.
|
protected |
Verify the base classes always.
Definition at line 3781 of file TClass.cxx.
|
protected |
Verify the Data Members.
Definition at line 3798 of file TClass.cxx.
|
protected |
Definition at line 3827 of file TClass.cxx.
|
protected |
From the second level of recursion onwards it is different state check.
Definition at line 3844 of file TClass.cxx.
Int_t TClass::GetNdata | ( | ) |
Return the number of data members of this class Note that in case the list of data members is not yet created, it will be done by GetListOfDataMembers().
Definition at line 4375 of file TClass.cxx.
ROOT::NewFunc_t TClass::GetNew | ( | ) | const |
ROOT::NewArrFunc_t TClass::GetNewArray | ( | ) | const |
Int_t TClass::GetNmethods | ( | ) |
Return the number of methods of this class Note that in case the list of methods is not yet created, it will be done by GetListOfMethods().
This will also load/populate the list of methods, to get 'just' the number of currently loaded methods use: cl->GetListOfMethods(false)->GetSize();
Definition at line 4394 of file TClass.cxx.
TRealData * TClass::GetRealData | ( | const char * | name | ) | const |
Return pointer to TRealData element with name "name".
Name can be a data member in the class itself, one of its base classes, or a member in one of the aggregated classes.
In case of an emulated class, the list of emulated TRealData is built.
Definition at line 3334 of file TClass.cxx.
|
inline |
ROOT::ResetAfterMergeFunc_t TClass::GetResetAfterMerge | ( | ) | const |
const ROOT::Detail::TSchemaRuleSet * TClass::GetSchemaRules | ( | ) | const |
Return the set of the schema rules if any.
Definition at line 1843 of file TClass.cxx.
ROOT::Detail::TSchemaRuleSet * TClass::GetSchemaRules | ( | Bool_t | create = kFALSE | ) |
Return the set of the schema rules if any.
If create is true, create an empty set
Definition at line 1852 of file TClass.cxx.
const char * TClass::GetSharedLibs | ( | ) |
Get the list of shared libraries containing the code for class cls.
The first library in the list is the one containing the class, the others are the libraries the first one depends on. Returns 0 in case the library is not found.
Definition at line 3494 of file TClass.cxx.
|
inline |
TClassStreamer * TClass::GetStreamer | ( | ) | const |
Return the Streamer Class allowing streaming (if any).
Definition at line 2833 of file TClass.cxx.
ClassStreamerFunc_t TClass::GetStreamerFunc | ( | ) | const |
Get a wrapper/accessor function around this class custom streamer (member function).
Definition at line 2858 of file TClass.cxx.
TVirtualStreamerInfo * TClass::GetStreamerInfo | ( | Int_t | version = 0 | ) | const |
returns a pointer to the TVirtualStreamerInfo object for version If the object does not exist, it is created
Note: There are two special version numbers:
- 0: Use the class version from the currently loaded class library. - -1: Assume no class library loaded (emulated class).
Warning: If we create a new streamer info, whether or not the build optimizes is controlled externally to us by a global variable! Don't call us unless you have set that variable properly with TStreamer::Optimize()!
Definition at line 4420 of file TClass.cxx.
TVirtualStreamerInfo * TClass::GetStreamerInfoAbstractEmulated | ( | Int_t | version = 0 | ) | const |
For the case where the requestor class is emulated and this class is abstract, returns a pointer to the TVirtualStreamerInfo object for version with an emulated representation whether or not the class is loaded.
If the object does not exist, it is created
Note: There are two special version numbers:
Warning: If we create a new streamer info, whether or not the build optimizes is controlled externally to us by a global variable! Don't call us unless you have set that variable properly with TStreamer::Optimize()!
Definition at line 4523 of file TClass.cxx.
|
inline |
Return 'true' if we can guarantee that if this class (or any class in this class inheritance hierarchy) overload TObject::Hash it also starts the RecursiveRemove process from its own destructor.
Bool_t TClass::HasDefaultConstructor | ( | ) | const |
Bool_t TClass::HasDictionary | ( | ) | const |
Check whether a class has a dictionary or not.
This is equivalent to ask if a class is coming from a bootstrapping procedure initiated during the loading of a library.
Definition at line 3760 of file TClass.cxx.
|
static |
Check whether a class has a dictionary or ROOT can load one.
This is equivalent to ask HasDictionary() or whether a library is known where it can be loaded from, or whether a Dictionary function is available because the class's dictionary library was already loaded.
Definition at line 3771 of file TClass.cxx.
Bool_t TClass::HasLocalHashMember | ( | ) | const |
|
staticprivate |
Definition at line 3239 of file TClass.cxx.
When the class kIgnoreTObjectStreamer bit is set, the automatically generated Streamer will not call TObject::Streamer.
This option saves the TObject space overhead on the file. However, the information (fBits, fUniqueID) of TObject is lost.
Note that to be effective for objects streamed object-wise this function must be called for the class deriving directly from TObject, eg, assuming that BigTrack derives from Track and Track derives from TObject, one must do:
and not:
To be effective for object streamed member-wise or split in a TTree, this function must be called for the most derived class (i.e. BigTrack).
Definition at line 4655 of file TClass.cxx.
|
virtual |
Return kTRUE if this class inherits from a class with name "classname".
note that the function returns kTRUE in case classname is the class itself
Reimplemented from TObject.
Definition at line 4688 of file TClass.cxx.
Return kTRUE if this class inherits from class cl.
note that the function returns KTRUE in case cl is the class itself
Reimplemented from TObject.
Definition at line 4699 of file TClass.cxx.
|
private |
Initialize a TClass object.
This object contains the full dictionary of a class. It has list to baseclasses, datamembers and methods.
Definition at line 1305 of file TClass.cxx.
void TClass::InterpretedShowMembers | ( | void * | obj, |
TMemberInspector & | insp, | ||
Bool_t | isTransient | ||
) |
Do a ShowMembers() traversal of all members and base classes' members using the reflection information from the interpreter.
Works also for interpreted objects.
Definition at line 2153 of file TClass.cxx.
|
static |
Static method returning the defConstructor flag passed to TClass::New().
New type is either:
Definition at line 5632 of file TClass.cxx.
|
inlinevirtual |
Return kTRUE if the class has elements.
Definition at line 3945 of file TClass.cxx.
Bool_t TClass::IsForeign | ( | ) | const |
Return kTRUE is the class is Foreign (the class does not have a Streamer method).
Definition at line 5677 of file TClass.cxx.
Bool_t TClass::IsLoaded | ( | ) | const |
Return true if the shared library of this class is currently in the a process's memory.
Return false, after the shared library has been unloaded or if this is an 'emulated' class created from a file's StreamerInfo.
Definition at line 5642 of file TClass.cxx.
Bool_t TClass::IsStartingWithTObject | ( | ) | const |
Returns true if this class inherits from TObject and if the start of the TObject parts is at the very beginning of the objects.
Concretely this means that the following code is proper for this class:
This code would be wrong if 'ThisClass' did not inherit 'first' from TObject.
Definition at line 5659 of file TClass.cxx.
Bool_t TClass::IsTObject | ( | ) | const |
Return kTRUE is the class inherits from TObject.
Definition at line 5668 of file TClass.cxx.
Load class description from I/O buffer and return class object.
Definition at line 5445 of file TClass.cxx.
Helper function used by TClass::GetClass().
This function attempts to load the dictionary for 'classname' either from the TClassTable or from the list of generator. If silent is 'true', do not warn about missing dictionary for the class. (typically used for class that are used only for transient members)
The 'requestedname' is expected to be already normalized.
Definition at line 5479 of file TClass.cxx.
Helper function used by TClass::GetClass().
This function attempts to load the dictionary for 'classname' from the list of generator. If silent is 'true', do not warn about missing dictionary for the class. (typically used for class that are used only for transient members)
The 'requestedname' is expected to be already normalized.
Definition at line 5531 of file TClass.cxx.
Helper function used by TClass::GetClass().
This function attempts to load the dictionary for 'classname' from the TClassTable or the autoloader. If silent is 'true', do not warn about missing dictionary for the class. (typically used for class that are used only for transient members)
The 'requestedname' is expected to be already normalized.
Definition at line 5501 of file TClass.cxx.
|
private |
Try to load the ClassInfo if available.
This function may require parsing the header file and/or loading data from the clang pcm. If further calls to this function cannot affect the value of fClassInfo, fCanLoadClassInfo is set to false.
Definition at line 5554 of file TClass.cxx.
The ls function lists the contents of a class on stdout.
Ls output is typically much less verbose then Dump(). If options contains 'streamerinfo', run ls on the list of streamerInfos and the list of conversion streamerInfos.
Reimplemented from TNamed.
Definition at line 4079 of file TClass.cxx.
void TClass::MakeCustomMenuList | ( | ) |
Makes a customizable version of the popup menu list, i.e.
makes a list of TClassMenuItem objects of methods accessible by context menu. The standard (and different) way consists in having just one element in this list, corresponding to the whole standard list. Once the customizable version is done, one can remove or add elements.
Definition at line 4104 of file TClass.cxx.
Return true if the checksum passed as argument is one of the checksum value produced by the older checksum calculation algorithm.
Definition at line 6174 of file TClass.cxx.
Register the fact that an object was moved from the memory location 'arenaFrom' to the memory location 'arenaTo'.
Definition at line 4148 of file TClass.cxx.
Return a pointer to a newly allocated object of this class.
The class must have a default constructor. For meaning of defConstructor, see TClass::IsCallingNew().
If quiet is true, do no issue a message via Error on case of problems, just return 0.
The constructor actually called here can be customized by using the rootcint pragma:
For example, with this pragma and a class named MyClass, this method will called the first of the following 3 constructors which exists and is public:
When more than one pragma ioctortype is used, the first seen as priority For example with:
We look in the following order:
Definition at line 4792 of file TClass.cxx.
Return a pointer to a newly allocated object of this class.
The class must have a default constructor. For meaning of defConstructor, see TClass::IsCallingNew().
Definition at line 4887 of file TClass.cxx.
Return a pointer to a newly allocated array of objects of this class.
The class must have a default constructor. For meaning of defConstructor, see TClass::IsCallingNew().
Definition at line 4974 of file TClass.cxx.
void * TClass::NewArray | ( | Long_t | nElements, |
void * | arena, | ||
ENewType | defConstructor = kClassNew |
||
) | const |
Return a pointer to a newly allocated object of this class.
The class must have a default constructor. For meaning of defConstructor, see TClass::IsCallingNew().
Definition at line 5060 of file TClass.cxx.
|
virtual |
Do the initialization that can only be done after the CINT dictionary has been fully populated and can not be delayed efficiently.
Definition at line 5687 of file TClass.cxx.
|
virtual |
Set TObject::fBits and fStreamerType to cache information about the class.
The bits are
The value of fStreamerType are
Implements TDictionary.
Definition at line 5768 of file TClass.cxx.
Function called by the Streamer functions to deserialize information from buffer b into object at p.
This function assumes that the class version and the byte count information have been read.
Definition at line 6431 of file TClass.cxx.
Function called by the Streamer functions to deserialize information from buffer b into object at p.
Definition at line 6440 of file TClass.cxx.
|
static |
Read a class.rules file which contains one rule per line with comment starting with a #.
Definition at line 1755 of file TClass.cxx.
|
static |
Read the class.rules files from the default location:.
$ROOTSYS/etc/class.rules (or ROOTETCDIR/class.rules)
Definition at line 1731 of file TClass.cxx.
void TClass::RegisterStreamerInfo | ( | TVirtualStreamerInfo * | info | ) |
Register the StreamerInfo in the given slot, change the State of the TClass as appropriate.
Definition at line 6950 of file TClass.cxx.
static: Remove a class from the list and map of classes
Definition at line 470 of file TClass.cxx.
|
static |
Definition at line 486 of file TClass.cxx.
Remove and delete the StreamerInfo in the given slot.
Update the slot accordingly.
Definition at line 6974 of file TClass.cxx.
Definition at line 3952 of file TClass.cxx.
void TClass::ResetCaches | ( | ) |
To clean out all caches.
Definition at line 4038 of file TClass.cxx.
Make sure that the current ClassInfo is up to date.
Definition at line 3995 of file TClass.cxx.
void TClass::ResetClassInfo | ( | ) |
Make sure that the current ClassInfo is up to date.
Definition at line 4003 of file TClass.cxx.
void TClass::ResetMenuList | ( | ) |
Resets the menu list to it's standard value.
Definition at line 4064 of file TClass.cxx.
Set the splitability of this class:
Definition at line 5388 of file TClass.cxx.
Private function.
Set the class version for the 'class' represented by this TClass object. See the public interface: ROOT::ResetClassVersion defined in TClassTable.cxx
Note on class version numbers:
Definition at line 5405 of file TClass.cxx.
void TClass::SetCollectionProxy | ( | const ROOT::Detail::TCollectionProxyInfo & | info | ) |
Create the collection proxy object (and the streamer object) from using the information in the TCollectionProxyInfo.
Definition at line 5926 of file TClass.cxx.
void TClass::SetContextMenuTitle | ( | const char * | title | ) |
Change (i.e. set) the title of the TNamed.
Definition at line 5951 of file TClass.cxx.
void TClass::SetConvStreamerFunc | ( | ClassConvStreamerFunc_t | strm | ) |
Set a wrapper/accessor function around this class custom conversion streamer.
Definition at line 6618 of file TClass.cxx.
void TClass::SetCurrentStreamerInfo | ( | TVirtualStreamerInfo * | info | ) |
Set pointer to current TVirtualStreamerInfo.
Definition at line 5426 of file TClass.cxx.
|
inline |
void TClass::SetDelete | ( | ROOT::DelFunc_t | deleteFunc | ) |
Install a new wrapper around 'delete'.
Definition at line 6674 of file TClass.cxx.
void TClass::SetDeleteArray | ( | ROOT::DelArrFunc_t | deleteArrayFunc | ) |
Install a new wrapper around 'delete []'.
Definition at line 6682 of file TClass.cxx.
void TClass::SetDestructor | ( | ROOT::DesFunc_t | destructorFunc | ) |
Install a new wrapper around the destructor.
Definition at line 6690 of file TClass.cxx.
void TClass::SetDirectoryAutoAdd | ( | ROOT::DirAutoAdd_t | autoAddFunc | ) |
Install a new wrapper around the directory auto add function.
The function autoAddFunc has the signature void (*)(void *obj, TDirectory dir) and should register 'obj' to the directory if dir is not null and unregister 'obj' from its current directory if dir is null
Definition at line 6701 of file TClass.cxx.
void TClass::SetGlobalIsA | ( | IsAGlobalFunc_t | func | ) |
This function installs a global IsA function for this class.
The global IsA function will be used if there is no local IsA function (fIsA)
A global IsA function has the signature:
'cl' is a pointer to the TClass object that corresponds to the 'pointer type' used to retrieve the value 'obj'
For example with:
and the global IsA function would be called with TObject::Class() as the first parameter and the exact numerical value in the pointer 'o'.
In other word, inside the global IsA function. it is safe to C-style cast the value of 'obj' into a pointer to the class described by 'cl'.
Definition at line 5982 of file TClass.cxx.
|
inline |
|
inline |
void TClass::SetMemberStreamer | ( | const char * | name, |
MemberStreamerFunc_t | strm | ||
) |
Install a new member streamer (p will be copied).
Definition at line 6417 of file TClass.cxx.
void TClass::SetMerge | ( | ROOT::MergeFunc_t | mergeFunc | ) |
Install a new wrapper around 'Merge'.
Definition at line 6642 of file TClass.cxx.
void TClass::SetNew | ( | ROOT::NewFunc_t | newFunc | ) |
Install a new wrapper around 'new'.
Definition at line 6658 of file TClass.cxx.
void TClass::SetNewArray | ( | ROOT::NewArrFunc_t | newArrayFunc | ) |
Install a new wrapper around 'new []'.
Definition at line 6666 of file TClass.cxx.
void TClass::SetResetAfterMerge | ( | ROOT::ResetAfterMergeFunc_t | resetFunc | ) |
Install a new wrapper around 'ResetAfterMerge'.
Definition at line 6650 of file TClass.cxx.
|
private |
Internal routine to set calculate the class properties that can only be known at run-time, for example whether the Hash member function and the destructor are consistent.
Definition at line 5876 of file TClass.cxx.
void TClass::SetStreamerFunc | ( | ClassStreamerFunc_t | strm | ) |
Set a wrapper/accessor function around this class custom streamer.
Definition at line 6595 of file TClass.cxx.
|
private |
Internal routine to set fStreamerImpl based on the value of fStreamerType.
Definition at line 5897 of file TClass.cxx.
TVirtualStreamerInfo * TClass::SetStreamerInfo | ( | Int_t | version, |
const char * | info = "" |
||
) |
Info is a string describing the names and types of attributes written by the class Streamer function.
If info is an empty string (when called by TObject::StreamerInfo) the default Streamer info string is build. This corresponds to the case of an automatically generated Streamer. In case of user defined Streamer function, it is the user responsibility to implement a StreamerInfo function (override TObject::StreamerInfo). The user must call IsA()->SetStreamerInfo(info) from this function.
Definition at line 6053 of file TClass.cxx.
void TClass::SetUnloaded | ( | ) |
Call this method to indicate that the shared library containing this class's code has been removed (unloaded) from the process's memory.
Definition at line 5991 of file TClass.cxx.
Int_t TClass::Size | ( | ) | const |
Return size of object of this class.
Definition at line 5434 of file TClass.cxx.
Store class description on I/O buffer.
Definition at line 5590 of file TClass.cxx.
|
staticprivate |
Default streaming in cases where either we have no way to know what to do or if Property() has not yet been called.
Definition at line 6546 of file TClass.cxx.
|
staticprivate |
There is special streamer for the class.
Definition at line 6461 of file TClass.cxx.
|
staticprivate |
Case of instrumented class with a library.
Definition at line 6509 of file TClass.cxx.
|
staticprivate |
Case of where we should directly use the StreamerInfo.
Definition at line 6531 of file TClass.cxx.
|
staticprivate |
Case of TObjects.
Definition at line 6473 of file TClass.cxx.
|
staticprivate |
Case of TObjects when we do not have the library defining the class.
Definition at line 6496 of file TClass.cxx.
|
staticprivate |
Case of TObjects when fIsOffsetStreamerSet is known to have been set.
Definition at line 6487 of file TClass.cxx.
Function called by the Streamer functions to serialize object at p to buffer b.
The optional argument info may be specified to give an alternative StreamerInfo instead of using the default StreamerInfo automatically built from the class definition. For more information, see class TVirtualStreamerInfo.
Definition at line 6452 of file TClass.cxx.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
|
private |
|
mutableprivate |
|
private |
|
mutableprivate |
|
private |
|
mutableprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
mutableprivate |
|
mutableprivate |
|
mutableprivate |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
mutableprivate |
|
mutableprivate |
|
private |
|
private |
|
mutableprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
mutableprivate |
|
private |
|
mutableprivate |