OR-Tools  8.2
BitQueue64

Detailed Description

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

◆ BitQueue64() [2/2]

BitQueue64 ( int  size)
inlineexplicit

Definition at line 686 of file bitset.h.

Member Function Documentation

◆ ClearAndResize()

void ClearAndResize ( int  size)
inline

Definition at line 695 of file bitset.h.

◆ ClearTop()

void ClearTop ( )
inline

Definition at line 724 of file bitset.h.

◆ IncreaseSize()

void IncreaseSize ( int  size)
inline

Definition at line 689 of file bitset.h.

◆ Set()

void Set ( int  i)
inline

Definition at line 701 of file bitset.h.

◆ SetAllBefore()

void SetAllBefore ( int  i)
inline

Definition at line 709 of file bitset.h.

◆ Top()

int Top ( ) const
inline

Definition at line 721 of file bitset.h.


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