Public Types | Public Member Functions

mln::util::nil Struct Reference
[Utilities]

Nil structure. More...

#include <nil.hh>

Inheritance diagram for mln::util::nil:
Inheritance graph

List of all members.

Public Types

typedef Object< void > category
typedef nil exact_t

Public Member Functions

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

Detailed Description

Nil structure.

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


Member Typedef Documentation

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

Reimplemented in mln::Meta_Accumulator< nil >.

Definition at line 174 of file object.hh.

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

Definition at line 173 of file object.hh.


Constructor & Destructor Documentation

mln::util::nil::nil (  )  [inline]

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

template<typename T >
mln::util::nil::nil ( const T &   )  [inline]

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


Member Function Documentation

template<typename T >
mln::util::nil::operator T (  )  const [inline]

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

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

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