ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcbBITLIST Class Reference

#include <ngcbBITLIST.hpp>

Public Member Functions

 ngcbBITLIST ()
 Constructor for 32-bit list.
 
 ngcbBITLIST (int nb)
 Constructor defining the number of bits.
 
 ~ngcbBITLIST ()
 Destructor.
 
void Assert (int b)
 Assert a bit.
 
void Clear (int b)
 Clear a bit.
 
void AssertAll ()
 Assert all bits.
 
void ClearAll ()
 Clear all bits.
 
int Test (int b)
 Test a bit.
 

Detailed Description

Bit list class

Constructor & Destructor Documentation

◆ ngcbBITLIST() [1/2]

ngcbBITLIST::ngcbBITLIST ( )
inline

Constructor for 32-bit list.

◆ ngcbBITLIST() [2/2]

ngcbBITLIST::ngcbBITLIST ( int nb)
inlineexplicit

Constructor defining the number of bits.

◆ ~ngcbBITLIST()

ngcbBITLIST::~ngcbBITLIST ( )
inline

Destructor.

Member Function Documentation

◆ Assert()

void ngcbBITLIST::Assert ( int b)
inline

Assert a bit.

◆ AssertAll()

void ngcbBITLIST::AssertAll ( )
inline

Assert all bits.

◆ Clear()

void ngcbBITLIST::Clear ( int b)
inline

Clear a bit.

◆ ClearAll()

void ngcbBITLIST::ClearAll ( )
inline

Clear all bits.

◆ Test()

int ngcbBITLIST::Test ( int b)
inline

Test a bit.


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