Generated on Thu Mar 22 10:39:54 2012 for Gecode by doxygen 1.6.3

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   )  [inline, static]

Definition at line 52 of file option.hh.

template<class Val>
static Option<Val> Gecode::FlatZinc::Option< Val >::some ( const Val &  v  )  [inline, static]

Definition at line 58 of file option.hh.


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