OR-Tools  8.2
VectorIterator< EntryType >

Detailed Description

template<typename EntryType>
class operations_research::glop::VectorIterator< EntryType >

Definition at line 356 of file lp_types.h.

Public Types

using Index = typename EntryType::Index
 
using Entry = EntryType
 

Public Member Functions

 VectorIterator (const Index *indices, const Fractional *coefficients, EntryIndex i)
 
void operator++ ()
 
bool operator!= (const VectorIterator &other) const
 
const Entryoperator* () const
 

Member Typedef Documentation

◆ Entry

using Entry = EntryType

Definition at line 359 of file lp_types.h.

◆ Index

using Index = typename EntryType::Index

Definition at line 358 of file lp_types.h.

Constructor & Destructor Documentation

◆ VectorIterator()

VectorIterator ( const Index indices,
const Fractional coefficients,
EntryIndex  i 
)
inline

Definition at line 361 of file lp_types.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( const VectorIterator< EntryType > &  other) const
inline

Definition at line 366 of file lp_types.h.

◆ operator*()

const Entry & operator* ( ) const
inline

Definition at line 373 of file lp_types.h.

◆ operator++()

void operator++ ( )
inline

Definition at line 365 of file lp_types.h.


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