library: libCore
#include "TBits.h"

TBits::TReference


class description - header file - source file - inheritance tree (.pdf)

class TBits::TReference

Inheritance Chart:
TBits::TReference
    private:
TReference() public:
TReference(TBits& bit, UInt_t pos) TReference(const TBits::TReference&) ~TReference() Bool_t operator Bool_t() const TBits::TReference& operator=(Bool_t val) TBits::TReference& operator=(const TBits::TReference& rhs)

Data Members

    private:
TBits& fBits ! UInt_t fPos !

Class Description



TBits& operator=(const TBits&)
TReference()
TReference(TBits& bit, UInt_t pos)
~TReference()
TReference& operator=(Bool_t val)
 For b[i] = val;
operator Bool_t()
 For val = b[i];

Last update: Tue Jul 11 12:48:22 2006


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.