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

Detailed Description

Definition at line 4309 of file constraint_solver.h.

#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)

Member Function Documentation

◆ Begin()

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

These are the only way to construct an Iterator.

Definition at line 4311 of file constraint_solver.h.

◆ End()

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

Definition at line 4314 of file constraint_solver.h.

◆ operator!=()

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

Definition at line 4327 of file constraint_solver.h.

◆ operator*()

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

Definition at line 4318 of file constraint_solver.h.

◆ operator++()

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

Definition at line 4322 of file constraint_solver.h.


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