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

#include <mln/pw/var.hh>

Public Member Functions

 var_ ()
 var_ (const V &v)
template<typename P >
const V & operator() (const P &) const

Public Types

typedef Function_v2v< void > category
typedef var_< V > exact_t
typedef void mutable_result
typedef V result

Detailed Description

template<typename V>
struct mln::pw::var_< V >

Definition at line 46 of file pw/var.hh.

Constructor & Destructor Documentation

template<typename V>
mln::pw::var_< V >::var_ ( )
template<typename V>
mln::pw::var_< V >::var_ ( const V &  v)

Member Function Documentation

template<typename V>
template<typename P >
const V& mln::pw::var_< V >::operator() ( const P &  ) const

Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< var_< V > >::category
inherited

Definition at line 134 of file function.hh.

typedef var_< V > mln::Object< var_< V > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< var_< V > >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename V>
typedef V mln::pw::var_< V >::result

Definition at line 48 of file pw/var.hh.