$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::util::nil Struct Reference

#include <mln/util/nil.hh>

Public Member Functions

 nil ()
template<typename T >
 nil (const T &)
template<typename T >
 operator T () const
template<typename T >
niloperator= (const T &)

Public Types

typedef Object< void > category
typedef nil exact_t

Detailed Description

Nil structure.

Definition at line 46 of file util/nil.hh.

Constructor & Destructor Documentation

mln::util::nil::nil ( )
template<typename T >
mln::util::nil::nil ( const T )

Member Function Documentation

template<typename T >
mln::util::nil::operator T ( ) const
template<typename T >
nil& mln::util::nil::operator= ( const T )

Member Typedef Documentation

typedef Object<void> mln::Object< nil >::category
inherited

Definition at line 106 of file object.hh.

typedef nil mln::Object< nil >::exact_t
inherited

Definition at line 105 of file object.hh.