rcolyer.net
RC Lib  Version 202403231100
Public Member Functions | Friends | List of all members
RC::Bitfield::BitfieldBool Class Reference

A temporary return-type that serves as an interface to specific bit values. More...

#include <Bitfield.h>

Public Member Functions

 operator bool () const
 Implicit conversion to bool.
 
void Set ()
 Set the bit to true / 1.
 
void Clear ()
 Set the bit to false / 0.
 
BitfieldBooloperator= (const bool set)
 Assign the bool value of set to this bit.
 

Friends

class Bitfield
 

Detailed Description

A temporary return-type that serves as an interface to specific bit values.


The documentation for this class was generated from the following file:
email address
— (c) 2015