OR-Tools  8.2
Bitset64< IndexType >::Iterator

Detailed Description

template<typename IndexType = int64>
class operations_research::Bitset64< IndexType >::Iterator

Definition at line 563 of file bitset.h.

Public Member Functions

 Iterator (const Bitset64 &data_)
 
bool Ok () const
 
IndexType Index () const
 
void Next ()
 
 Iterator (const Bitset64 &data_, bool at_end)
 
bool operator!= (const Iterator &other) const
 
IndexType operator* () const
 
void operator++ ()
 

Constructor & Destructor Documentation

◆ Iterator() [1/2]

Iterator ( const Bitset64 data_)
inlineexplicit

Definition at line 565 of file bitset.h.

◆ Iterator() [2/2]

Iterator ( const Bitset64 data_,
bool  at_end 
)
inline

Definition at line 607 of file bitset.h.

Member Function Documentation

◆ Index()

IndexType Index ( ) const
inline

Definition at line 579 of file bitset.h.

◆ Next()

void Next ( )
inline

Definition at line 585 of file bitset.h.

◆ Ok()

bool Ok ( ) const
inline

Definition at line 576 of file bitset.h.

◆ operator!=()

bool operator!= ( const Iterator other) const
inline

Definition at line 616 of file bitset.h.

◆ operator*()

IndexType operator* ( ) const
inline

Definition at line 619 of file bitset.h.

◆ operator++()

void operator++ ( )
inline

Definition at line 620 of file bitset.h.


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