Public Types | Public Member Functions

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

Eat structure. More...

#include <eat.hh>

Inheritance diagram for mln::util::eat:
Inheritance graph

List of all members.

Public Types

typedef Object< void > category
typedef eat exact_t

Public Member Functions

 eat ()
template<typename T >
 eat (const T &)
template<typename T >
eatoperator= (const T &)

Detailed Description

Eat structure.

Definition at line 46 of file eat.hh.


Member Typedef Documentation

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

Definition at line 174 of file object.hh.

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

Definition at line 173 of file object.hh.


Constructor & Destructor Documentation

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

Definition at line 62 of file eat.hh.

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

Definition at line 68 of file eat.hh.


Member Function Documentation

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

Definition at line 75 of file eat.hh.