Namespaces | Functions

mln::debug::impl Namespace Reference

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)

Detailed Description

Implementation namespace of debug namespace.


Function Documentation

template<typename I >
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().

template<typename S , typename I >
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().

template<typename S , typename I >
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().