$extrastylesheet
#include <mln/value/set.hh>
Public Member Functions | |
bool | has (const T &v) const |
unsigned | index_of (const T &v) const |
unsigned | nvalues () const |
T | operator[] (unsigned i) const |
Public Types | |
typedef bkd_viter_< E > | bkd_viter |
typedef Value_Set< void > | category |
typedef E | exact_t |
typedef fwd_viter_< E > | fwd_viter |
typedef T | value |
Related Functions | |
(Note that these are not member functions.) | |
template<typename E > | |
std::ostream & | operator<< (std::ostream &ostr, const Value_Set< E > &vs) |
Definition at line 51 of file value/set.hh.
|
inherited |
Test if v
belongs to this iterable_set: always true!
|
inherited |
Give the index of value v
in this iterable_set.
|
inherited |
Give the number of values.
|
inherited |
Give the i-th
value.
|
related |
|
inherited |
Backward Value_Iterator associated type.
Definition at line 67 of file iterable_set.hh.
|
inherited |
Definition at line 61 of file value_set.hh.
|
inherited |
|
inherited |
Forward Value_Iterator associated type.
Definition at line 64 of file iterable_set.hh.
|
inherited |
Value associated type.
Definition at line 61 of file iterable_set.hh.