Developer documentation
Version 3.0.3-105-gd3941f44
MR::BitSet::ConstValue Class Reference

#include "misc/bitset.h"

Public Member Functions

 ConstValue (const BitSet &master, const size_t offset)
 
 operator bool () const
 
bool operator== (const bool i) const
 

Friends

std::ostream & operator<< (std::ostream &stream, const ConstValue &V)
 

Detailed Description

Definition at line 62 of file bitset.h.

Constructor & Destructor Documentation

◆ ConstValue()

MR::BitSet::ConstValue::ConstValue ( const BitSet master,
const size_t  offset 
)
inline

Definition at line 64 of file bitset.h.

Member Function Documentation

◆ operator bool()

MR::BitSet::ConstValue::operator bool ( ) const
inline

Definition at line 65 of file bitset.h.

◆ operator==()

bool MR::BitSet::ConstValue::operator== ( const bool  i) const
inline

Definition at line 66 of file bitset.h.

Friends And Related Function Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  stream,
const ConstValue V 
)
friend

Definition at line 67 of file bitset.h.


The documentation for this class was generated from the following file: