ROOT  6.06/09
Reference Guide
Classes | Functions
TBits.h File Reference
#include "TObject.h"
#include "Riosfwd.h"
#include <string.h>
+ Include dependency graph for TBits.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TBits
 Container of bits. More...
 
class  TBits::TReference
 

Functions

Bool_t operator& (const TBits::TReference &lhs, const TBits::TReference &rhs)
 
Bool_t operator| (const TBits::TReference &lhs, const TBits::TReference &rhs)
 
Bool_t operator^ (const TBits::TReference &lhs, const TBits::TReference &rhs)
 
TBits operator& (const TBits &lhs, const TBits &rhs)
 
TBits operator| (const TBits &lhs, const TBits &rhs)
 
TBits operator^ (const TBits &lhs, const TBits &rhs)
 
std::ostream & operator<< (std::ostream &os, const TBits &rhs)
 

Function Documentation

Bool_t operator& ( const TBits::TReference lhs,
const TBits::TReference rhs 
)
inline

Definition at line 155 of file TBits.h.

TBits operator& ( const TBits lhs,
const TBits rhs 
)
inline

Definition at line 170 of file TBits.h.

std::ostream& operator<< ( std::ostream &  os,
const TBits rhs 
)
inline

Definition at line 191 of file TBits.h.

Bool_t operator^ ( const TBits::TReference lhs,
const TBits::TReference rhs 
)
inline

Definition at line 165 of file TBits.h.

TBits operator^ ( const TBits lhs,
const TBits rhs 
)
inline

Definition at line 184 of file TBits.h.

Bool_t operator| ( const TBits::TReference lhs,
const TBits::TReference rhs 
)
inline

Definition at line 160 of file TBits.h.

TBits operator| ( const TBits lhs,
const TBits rhs 
)
inline

Definition at line 177 of file TBits.h.