library of assembled shared sources |
http://lass.cocamware.com |
Functions | |
template<class InputIterator , class Size , class OutputIterator > | |
OutputIterator | lass::stde::copy_n (InputIterator first, Size count, OutputIterator result) |
copy count elements from sequence starting at first to sequence starting at result | |
template<class InputIterator , class OutputIterator , class Size > | |
OutputIterator | lass::stde::repeat (InputIterator first, InputIterator last, OutputIterator output, Size n) |
copy sequence first to last n times to sequence starting at output | |
template<class Container , class Size > | |
Container | lass::stde::repeat_c (const Container &iC, Size n) |
template<class Container , class Size > | |
Container & | lass::stde::inplace_repeat_c (Container &iC, Size n) |
OutputIterator lass::stde::copy_n | ( | InputIterator | first, | |
Size | count, | |||
OutputIterator | result | |||
) | [inline] |
copy count elements from sequence starting at first to sequence starting at result
Definition at line 67 of file extended_algorithm.h.
Referenced by lass::io::Image::HeaderRadianceHdr::HeaderRadianceHdr().
OutputIterator lass::stde::repeat | ( | InputIterator | first, | |
InputIterator | last, | |||
OutputIterator | output, | |||
Size | n | |||
) | [inline] |
copy sequence first to last n times to sequence starting at output
Definition at line 80 of file extended_algorithm.h.
Referenced by lass::stde::inplace_repeat_c(), and lass::stde::repeat_c().
Container lass::stde::repeat_c | ( | const Container & | iC, | |
Size | n | |||
) | [inline] |
Definition at line 95 of file extended_algorithm.h.
References lass::stde::repeat().
Referenced by lass::python::impl::PySequenceContainer< Container, ContainerOwnerShipPolicy >::PySequence_Repeat().
Container& lass::stde::inplace_repeat_c | ( | Container & | iC, | |
Size | n | |||
) | [inline] |
Definition at line 105 of file extended_algorithm.h.
References lass::stde::repeat().
Referenced by lass::python::impl::PySequenceContainer< Container, ContainerOwnerShipPolicy >::PySequence_InplaceRepeat().
Generated on Mon Nov 10 14:22:06 2008 for Library of Assembled Shared Sources by 1.5.7.1 |