#include <sampling.h>
Public Types | |
typedef ContOut::const_iterator | iterator |
typedef ContOut::value_type | value_type |
Public Member Functions | |
BeginEnd (size_t aSz, const ContOut &aCont) | |
BeginEnd (size_t aSz, iterator aBeg, iterator aEnd) | |
Public Attributes | |
size_t | Size |
iterator | Begin |
iterator | End |
typedef ContOut::const_iterator rpa::BeginEnd< ContOut >::iterator |
typedef ContOut::value_type rpa::BeginEnd< ContOut >::value_type |
rpa::BeginEnd< ContOut >::BeginEnd | ( | size_t | aSz, | |
const ContOut & | aCont | |||
) | [inline] |
rpa::BeginEnd< ContOut >::BeginEnd | ( | size_t | aSz, | |
iterator | aBeg, | |||
iterator | aEnd | |||
) | [inline] |
iterator rpa::BeginEnd< ContOut >::Begin |
iterator rpa::BeginEnd< ContOut >::End |
size_t rpa::BeginEnd< ContOut >::Size |