OR-Tools  9.3
BitQueue64

Detailed Description

Definition at line 684 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 686 of file bitset.h.

◆ BitQueue64() [2/2]

BitQueue64 ( int  size)
inlineexplicit

Definition at line 687 of file bitset.h.

Member Function Documentation

◆ ClearAndResize()

void ClearAndResize ( int  size)
inline

Definition at line 696 of file bitset.h.

◆ ClearTop()

void ClearTop ( )
inline

Definition at line 725 of file bitset.h.

◆ IncreaseSize()

void IncreaseSize ( int  size)
inline

Definition at line 690 of file bitset.h.

◆ Set()

void Set ( int  i)
inline

Definition at line 702 of file bitset.h.

◆ SetAllBefore()

void SetAllBefore ( int  i)
inline

Definition at line 710 of file bitset.h.

◆ Top()

int Top ( ) const
inline

Definition at line 722 of file bitset.h.


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