Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::InitAndGetValues::Iterator Struct Reference

#include <constraint_solver.h>

Public Member Functions

int64_t operator* () const
 
Iteratoroperator++ ()
 
bool operator!= (const Iterator &other) const
 

Static Public Member Functions

static Iterator Begin (IntVarIterator *it)
 These are the only way to construct an Iterator.
 
static Iterator End (IntVarIterator *it)
 

Detailed Description

Definition at line 4238 of file constraint_solver.h.

Member Function Documentation

◆ Begin()

static Iterator operations_research::InitAndGetValues::Iterator::Begin ( IntVarIterator * it)
inlinestatic

These are the only way to construct an Iterator.

Definition at line 4240 of file constraint_solver.h.

◆ End()

static Iterator operations_research::InitAndGetValues::Iterator::End ( IntVarIterator * it)
inlinestatic

Definition at line 4243 of file constraint_solver.h.

◆ operator!=()

bool operations_research::InitAndGetValues::Iterator::operator!= ( const Iterator & other) const
inline

Definition at line 4256 of file constraint_solver.h.

◆ operator*()

int64_t operations_research::InitAndGetValues::Iterator::operator* ( ) const
inline

Definition at line 4247 of file constraint_solver.h.

◆ operator++()

Iterator & operations_research::InitAndGetValues::Iterator::operator++ ( )
inline

Definition at line 4251 of file constraint_solver.h.


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