Generated on Tue Sep 25 2012 20:53:27 for Gecode by doxygen 1.7.5
Gecode::FlatZinc::Option Struct 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

Optional value.


Member Function Documentation

bool Gecode::FlatZinc::Option::operator() ( void  ) const [inline]

Definition at line 50 of file option.hh.

const Val& Gecode::FlatZinc::Option::some ( void  ) const [inline]

Definition at line 51 of file option.hh.

static Option<Val> Gecode::FlatZinc::Option::none ( void  ) [inline, static]

Definition at line 52 of file option.hh.

static Option<Val> Gecode::FlatZinc::Option::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: