OR-Tools  8.0
BitQueue64

Detailed Description

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

◆ BitQueue64() [2/2]

BitQueue64 ( int  size)
inlineexplicit

Definition at line 688 of file bitset.h.

Member Function Documentation

◆ ClearAndResize()

void ClearAndResize ( int  size)
inline

Definition at line 697 of file bitset.h.

◆ ClearTop()

void ClearTop ( )
inline

Definition at line 726 of file bitset.h.

◆ IncreaseSize()

void IncreaseSize ( int  size)
inline

Definition at line 691 of file bitset.h.

◆ Set()

void Set ( int  i)
inline

Definition at line 703 of file bitset.h.

◆ SetAllBefore()

void SetAllBefore ( int  i)
inline

Definition at line 711 of file bitset.h.

◆ Top()

int Top ( ) const
inline

Definition at line 723 of file bitset.h.


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