Logo ROOT  
Reference Guide
TBits.h File Reference
#include "Rtypes.h"
#include "TObject.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

TBits operator& (const TBits &lhs, const TBits &rhs)
 
Bool_t operator& (const TBits::TReference &lhs, const TBits::TReference &rhs)
 
std::ostream & operator<< (std::ostream &os, const TBits &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)
 
Bool_t operator| (const TBits::TReference &lhs, const TBits::TReference &rhs)
 

Function Documentation

◆ operator&() [1/2]

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

Definition at line 163 of file TBits.h.

◆ operator&() [2/2]

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

Definition at line 148 of file TBits.h.

◆ operator<<()

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

Definition at line 184 of file TBits.h.

◆ operator^() [1/2]

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

Definition at line 177 of file TBits.h.

◆ operator^() [2/2]

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

Definition at line 158 of file TBits.h.

◆ operator|() [1/2]

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

Definition at line 170 of file TBits.h.

◆ operator|() [2/2]

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

Definition at line 153 of file TBits.h.