Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TBits.h File Reference
#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 162 of file TBits.h.

◆ operator&() [2/2]

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

Definition at line 147 of file TBits.h.

◆ operator<<()

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

Definition at line 183 of file TBits.h.

◆ operator^() [1/2]

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

Definition at line 176 of file TBits.h.

◆ operator^() [2/2]

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

Definition at line 157 of file TBits.h.

◆ operator|() [1/2]

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

Definition at line 169 of file TBits.h.

◆ operator|() [2/2]

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

Definition at line 152 of file TBits.h.