69    operator       const char* () 
const 
#define ClassDef(name, id)
 
Hexa_t operator+(const Hexa_t &b1)
Addition of two Hexa numbers.
 
const Char_t * String(UChar_t nbits=0) const
 
static void SetPrefix(const Char_t *pref)
_________________________________________//
 
void Set(const Long64_t)
Set number corresponding to decimal value "val".
 
Hexa_t & operator=(const Long64_t)
Assign a decimal value to the Hexa number.
 
Hexa_t()
Create hexa number.
 
static const Char_t * GetPrefix()
 
Hexa_t(const Hexa_t &other)
 
Long64_t Value() const
Get decimal value of number.
 
void SetBit(UChar_t, Long64_t=-1)
 
static TString fPrefix
the prefix used to represent hexadecimal numbers as strings
 
const char * Data() const