71   const char    *
AsString(
void *buf) 
const;
 
 
#define ClassDefOverride(name, id)
 
@ kDataTypeAliasSignedChar_t
 
@ kDataTypeAliasUnsigned_t
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t type
 
Collection abstract base class.
 
Basic data type descriptor (datatype information is obtained from CINT).
 
void CheckInfo()
Refresh the underlying information.
 
virtual ~TDataType()
TDataType dtor deletes adopted CINT TypedefInfo object.
 
static TDataType * fgBuiltins[kNumDataTypes]
 
const char * GetFullTypeName() const
Get full type description of typedef, e,g.: "class TDirectory*".
 
Int_t fSize
pointer to CINT typedef info
 
Long_t Property() const override
Get property description word. For meaning of bits see EProperty.
 
const char * AsString(void *buf) const
Return string containing value in buffer formatted according to the basic data type.
 
TString GetTypeName()
Get basic type of typedef, e,g.: "class TDirectory*" -> "TDirectory".
 
TDataType(const TDataType &)
copy constructor
 
static void AddBuiltins(TCollection *types)
Create the TDataType objects for builtins.
 
static TDataType * GetDataType(EDataType type)
Given a EDataType type, get the TDataType* that represents it.
 
TDataType & operator=(const TDataType &)
assignment operator
 
void SetType(const char *name)
Set type id depending on name.
 
Int_t Size() const
Get size of basic typedef'ed type.
 
This class defines an abstract interface that must be implemented by all classes that contain diction...