Generated on Sat Feb 7 2015 02:01:44 for Gecode by doxygen 1.8.9.1
Gecode::Int::NoOffset< View > Class Template Reference

Converter without offsets. More...

#include <view.hpp>

Public Types

typedef View ViewType
 The view type. More...
 

Public Member Functions

View & operator() (View &x)
 Pass through x. More...
 
void update (const NoOffset &)
 Update during cloning. More...
 
int offset (void) const
 Access offset. More...
 

Detailed Description

template<class View>
class Gecode::Int::NoOffset< View >

Converter without offsets.

Definition at line 585 of file view.hpp.

Member Typedef Documentation

template<class View>
typedef View Gecode::Int::NoOffset< View >::ViewType

The view type.

Definition at line 588 of file view.hpp.

Member Function Documentation

template<class View >
View & Gecode::Int::NoOffset< View >::operator() ( View &  x)
inline

Pass through x.

Definition at line 599 of file view.hpp.

template<class View >
void Gecode::Int::NoOffset< View >::update ( const NoOffset< View > &  )
inline

Update during cloning.

Definition at line 605 of file view.hpp.

template<class View >
int Gecode::Int::NoOffset< View >::offset ( void  ) const
inline

Access offset.

Definition at line 609 of file view.hpp.


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