Logo ROOT   6.16/01
Reference Guide
Classes | Namespaces | Enumerations | Functions
TObject.h File Reference
#include "RConfigure.h"
#include "Rtypes.h"
#include "TStorage.h"
#include "TVersionCheck.h"
#include <stdarg.h>
#include <string>
#include <iosfwd>
Include dependency graph for TObject.h:

Classes

class  TObject
 Mother of all ROOT objects. More...
 

Namespaces

namespace  cling
 Print a TSeq at the prompt:
 

Enumerations

enum  EObjBits {
  kCanDelete = TObject::kCanDelete , kMustCleanup = TObject::kMustCleanup , kObjInCanvas = TObject::kObjInCanvas , kIsReferenced = TObject::kIsReferenced ,
  kHasUUID = TObject::kHasUUID , kCannotPick = TObject::kCannotPick , kNoContextMenu = TObject::kNoContextMenu , kInvalidObject = TObject::kInvalidObject
}
 

Functions

std::string cling::printValue (TObject *val)
 Print value overload. More...
 

Enumeration Type Documentation

◆ EObjBits

enum EObjBits
Enumerator
kCanDelete 
kMustCleanup 
kObjInCanvas 
kIsReferenced 
kHasUUID 
kCannotPick 
kNoContextMenu 
kInvalidObject 

Definition at line 341 of file TObject.h.