Public Types | Public Member Functions | Protected Attributes

mln::fun::cos Struct Reference

#include <cos.hh>

Inheritance diagram for mln::fun::cos:
Inheritance graph

List of all members.

Public Types

typedef Meta_Function_v2v< void > category
typedef cos exact_t
typedef cos flag

Public Member Functions

void init (const U &value)
typedef mln_trait_fun_param (flag) param
typedef mln_trait_fun_storage (flag) storage
with< T >::ret::template
lresult_with< T >::ret 
operator() (T &v) const
with< T >::ret::result operator() (const T &v) const
void set (T &v, const R &r) const
const stored< storage > & state () const
stored< storage > & state ()

Protected Attributes

stored< storage > state_

Member Typedef Documentation

typedef Meta_Function_v2v<void> mln::Meta_Function_v2v< cos >::category [inherited]

Reimplemented from mln::Meta_Function< cos >.

typedef cos mln::Object< cos >::exact_t [inherited]
typedef cos mln::fun::unary< cos , cos >::flag [inherited]

Member Function Documentation

void mln::fun::unary< cos , cos >::init ( const U &  value  )  [inline, inherited]
typedef mln::fun::unary< cos , cos >::mln_trait_fun_param ( flag   )  [inherited]
typedef mln::fun::unary< cos , cos >::mln_trait_fun_storage ( flag   )  [inherited]
with<T>::ret::template lresult_with<T>::ret mln::fun::unary< cos , cos >::operator() ( T &  v  )  const [inline, inherited]
with<T>::ret::result mln::fun::unary< cos , cos >::operator() ( const T &  v  )  const [inline, inherited]
void mln::fun::unary< cos , cos >::set ( T &  v,
const R &  r 
) const [inline, inherited]
const stored<storage>& mln::fun::unary< cos , cos >::state (  )  const [inline, inherited]
stored<storage>& mln::fun::unary< cos , cos >::state (  )  [inline, inherited]

Member Data Documentation

stored<storage> mln::fun::unary< cos , cos >::state_ [protected, inherited]