$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::Value_Set< E > Struct Template Reference

#include <mln/core/concept/value_set.hh>

Protected Member Functions

 Value_Set ()

Public Types

typedef Value_Set< void > category
typedef E exact_t

Related Functions

(Note that these are not member functions.)

template<typename E >
std::ostream & operator<< (std::ostream &ostr, const Value_Set< E > &vs)

Detailed Description

template<typename E>
struct mln::Value_Set< E >

Base class for implementation classes of sets of values.

Definition at line 59 of file value_set.hh.

Constructor & Destructor Documentation

template<typename E>
mln::Value_Set< E >::Value_Set ( )
protected

Friends And Related Function Documentation

template<typename E >
std::ostream & operator<< ( std::ostream &  ostr,
const Value_Set< E > &  vs 
)
related

Member Typedef Documentation

template<typename E>
typedef Value_Set<void> mln::Value_Set< E >::category

Definition at line 61 of file value_set.hh.

template<typename E>
typedef E mln::Object< E >::exact_t
inherited

Definition at line 105 of file object.hh.