OR-Tools  9.6
BitQueue64

Detailed Description

Definition at line 667 of file bitset.h.

Public Member Functions

 BitQueue64 ()
 
 BitQueue64 (int size)
 
void IncreaseSize (int size)
 
void ClearAndResize (int size)
 
void Set (int i)
 
void SetAllBefore (int i)
 
int Top () const
 
void ClearTop ()
 

Constructor & Destructor Documentation

◆ BitQueue64() [1/2]

BitQueue64 ( )
inline

Definition at line 669 of file bitset.h.

◆ BitQueue64() [2/2]

BitQueue64 ( int  size)
inlineexplicit

Definition at line 670 of file bitset.h.

Member Function Documentation

◆ ClearAndResize()

void ClearAndResize ( int  size)
inline

Definition at line 679 of file bitset.h.

◆ ClearTop()

void ClearTop ( )
inline

Definition at line 708 of file bitset.h.

◆ IncreaseSize()

void IncreaseSize ( int  size)
inline

Definition at line 673 of file bitset.h.

◆ Set()

void Set ( int  i)
inline

Definition at line 685 of file bitset.h.

◆ SetAllBefore()

void SetAllBefore ( int  i)
inline

Definition at line 693 of file bitset.h.

◆ Top()

int Top ( ) const
inline

Definition at line 705 of file bitset.h.


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