Logo ROOT   6.08/07
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:

Classes

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

Functions

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

Function Documentation

◆ operator &() [1/2]

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

Definition at line 155 of file TBits.h.

◆ operator &() [2/2]

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

Definition at line 170 of file TBits.h.

◆ operator<<()

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

Definition at line 191 of file TBits.h.

◆ operator^() [1/2]

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

Definition at line 165 of file TBits.h.

◆ operator^() [2/2]

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

Definition at line 184 of file TBits.h.

◆ operator|() [1/2]

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

Definition at line 160 of file TBits.h.

◆ operator|() [2/2]

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

Definition at line 177 of file TBits.h.