$extrastylesheet
#include <mln/fun/spe/unary.hh>
Public Member Functions | |
lresult | apply_rw (typename super::argument &value) const |
template<typename U > | |
lresult_with< U >::ret | apply_rw (U &value) const |
template<typename U > | |
void | init (const U &value) |
typedef | mln_trait_fun_param (unary_impl) param |
typedef | mln_trait_fun_storage (unary_impl) storage |
typedef | mln_trait_nunary (Fun, T) def |
result | operator() (const argument &value) const |
lresult | operator() (typename super::argument &value) const |
void | set (lvalue l, const typename super::result &r) const |
stored< storage > & | state () |
const stored< storage > & | state () const |
Protected Attributes | |
stored< storage > | state_ |
Public Types | |
typedef def::argument | argument |
typedef Function_v2v< void > | category |
typedef unary< Fun, T > | exact_t |
typedef Fun | flag |
typedef lresult_with< typename super::argument >::ret | lresult |
typedef super::def::lvalue | lvalue |
typedef void | mutable_result |
typedef def::result | result |
typedef unary_impl< true, false, Fun, T > | super |
Classes | |
struct | lresult_with |
Definition at line 260 of file spe/unary.hh.
|
inline |
Definition at line 280 of file spe/unary.hh.
|
inline |
Definition at line 286 of file spe/unary.hh.
|
inlineinherited |
Definition at line 240 of file spe/unary.hh.
|
inherited |
|
inherited |
|
inherited |
|
inlineinherited |
Definition at line 234 of file spe/unary.hh.
|
inline |
Definition at line 291 of file spe/unary.hh.
|
inline |
Definition at line 273 of file spe/unary.hh.
|
inlineinherited |
Definition at line 245 of file spe/unary.hh.
|
inlineinherited |
Definition at line 250 of file spe/unary.hh.
|
protectedinherited |
Definition at line 256 of file spe/unary.hh.
|
inherited |
Definition at line 228 of file spe/unary.hh.
|
inherited |
Definition at line 134 of file function.hh.
|
inherited |
Definition at line 225 of file spe/unary.hh.
typedef lresult_with<typename super::argument>::ret mln::fun::spe::impl::unary_impl< true, true, Fun, T >::lresult |
Definition at line 271 of file spe/unary.hh.
typedef super::def::lvalue mln::fun::spe::impl::unary_impl< true, true, Fun, T >::lvalue |
Definition at line 263 of file spe/unary.hh.
|
inherited |
Definition at line 135 of file function.hh.
|
inherited |
Definition at line 229 of file spe/unary.hh.
typedef unary_impl<true, false, Fun, T> mln::fun::spe::impl::unary_impl< true, true, Fun, T >::super |
Definition at line 262 of file spe/unary.hh.