Implementation namespace of debug namespace. More...
Namespaces | |
| namespace | generic |
Functions | |
| template<typename I > | |
| void | iota (trait::image::speed::any, I &input, unsigned base_index) |
| template<typename S , typename I > | |
| void | println (const S &, const Image< I > &input_) |
| template<typename S , typename I > | |
| void | println_with_border (const S &, const I &input) |
Implementation namespace of debug namespace.
| void mln::debug::impl::iota | ( | trait::image::speed::any | , | |
| I & | input, | |||
| unsigned | base_index | |||
| ) | [inline] |
Definition at line 64 of file debug/iota.hh.
Referenced by mln::debug::iota().
| void mln::debug::impl::println | ( | const S & | , | |
| const Image< I > & | input_ | |||
| ) | [inline] |
Definition at line 70 of file println.hh.
References mln::exact(), and mln::debug::format().
Referenced by mln::debug::println().
| void mln::debug::impl::println_with_border | ( | const S & | , | |
| const I & | input | |||
| ) | [inline] |
Definition at line 65 of file println_with_border.hh.
References mln::debug::format(), and mln::opt::nelements().
Referenced by mln::debug::println_with_border().
1.7.1