#include <composition.hh>

Public Types | |
| typedef G_spe::argument | argument |
| typedef G_spe::lvalue | lvalue |
| typedef composition_param< F, G > | param |
| typedef F_spe::result | result |
| typedef composition_unary_impl_helper < false, F, F_spe, G, G_spe > | super |
Public Member Functions | |
| composition_unary_impl_helper (const typename super::param &p) | |
| composition_unary_impl_helper () | |
Static Public Member Functions | |
| static result | read (const param &p, const argument &x) |
| static void | write (const typename super::param &p, lvalue l, const typename super::result &x) |
Definition at line 127 of file composition.hh.
typedef G_spe::argument mln::fun::internal::composition_unary_impl_helper< false, F, F_spe, G, G_spe >::argument [inherited] |
Definition at line 116 of file composition.hh.
| typedef G_spe::lvalue mln::fun::internal::composition_unary_impl_helper< true, F, F_spe, G, G_spe >::lvalue |
Definition at line 131 of file composition.hh.
typedef composition_param<F, G> mln::fun::internal::composition_unary_impl_helper< false, F, F_spe, G, G_spe >::param [inherited] |
Definition at line 118 of file composition.hh.
typedef F_spe::result mln::fun::internal::composition_unary_impl_helper< false, F, F_spe, G, G_spe >::result [inherited] |
Definition at line 117 of file composition.hh.
| typedef composition_unary_impl_helper<false, F, F_spe, G, G_spe> mln::fun::internal::composition_unary_impl_helper< true, F, F_spe, G, G_spe >::super |
Definition at line 130 of file composition.hh.
| mln::fun::internal::composition_unary_impl_helper< true, F, F_spe, G, G_spe >::composition_unary_impl_helper | ( | ) | [inline] |
Definition at line 133 of file composition.hh.
| mln::fun::internal::composition_unary_impl_helper< true, F, F_spe, G, G_spe >::composition_unary_impl_helper | ( | const typename super::param & | p | ) | [inline] |
Definition at line 134 of file composition.hh.
| static result mln::fun::internal::composition_unary_impl_helper< false, F, F_spe, G, G_spe >::read | ( | const param & | p, | |
| const argument & | x | |||
| ) | [inline, static, inherited] |
Definition at line 120 of file composition.hh.
References mln::fun::internal::composition_param< F, G >::f_, and mln::fun::internal::composition_param< F, G >::g_.
| static void mln::fun::internal::composition_unary_impl_helper< true, F, F_spe, G, G_spe >::write | ( | const typename super::param & | p, | |
| lvalue | l, | |||
| const typename super::result & | x | |||
| ) | [inline, static] |
Definition at line 136 of file composition.hh.
References mln::fun::internal::composition_param< F, G >::f_, and mln::fun::internal::composition_param< F, G >::g_.
1.5.6