Generated on Sun Aug 26 2012 08:43:58 for Gecode by doxygen 1.8.1.1
Gecode::FlatZinc::Option< Val > Struct Template Reference

Optional value. More...

#include <option.hh>

List of all members.

Public Member Functions

bool operator() (void) const
const Val & some (void) const

Static Public Member Functions

static Option< Val > none (void)
static Option< Val > some (const Val &v)

Detailed Description

template<class Val>
struct Gecode::FlatZinc::Option< Val >

Optional value.

Definition at line 45 of file option.hh.


Member Function Documentation

template<class Val>
bool Gecode::FlatZinc::Option< Val >::operator() ( void  ) const
inline

Definition at line 50 of file option.hh.

template<class Val>
const Val& Gecode::FlatZinc::Option< Val >::some ( void  ) const
inline

Definition at line 51 of file option.hh.

template<class Val>
static Option<Val> Gecode::FlatZinc::Option< Val >::none ( void  )
inlinestatic

Definition at line 52 of file option.hh.

template<class Val>
static Option<Val> Gecode::FlatZinc::Option< Val >::some ( const Val &  v)
inlinestatic

Definition at line 58 of file option.hh.


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