#include <sampling.h>
Public Types | |
typedef ContIn::const_iterator | const_iterator |
typedef ContIn::value_type | value_type |
typedef BeginEnd< ContIn > | BeginEndType |
Public Member Functions | |
ContInBox (const value_type *aBeg, const value_type *aEnd) | |
Fills the internal container with test data. | |
Public Attributes | |
ContIn | _ContIn |
Stores input data for testing. | |
BeginEndType | _BeginEnd |
typedef BeginEnd< ContIn > rpa::ContInBox< ContIn >::BeginEndType |
typedef ContIn::const_iterator rpa::ContInBox< ContIn >::const_iterator |
typedef ContIn::value_type rpa::ContInBox< ContIn >::value_type |
rpa::ContInBox< ContIn >::ContInBox | ( | const value_type * | aBeg, | |
const value_type * | aEnd | |||
) | [inline] |
Fills the internal container with test data.
BeginEndType rpa::ContInBox< ContIn >::_BeginEnd |
Stores the begin, end and size of the container. This represents a sequence whose begin qnd end will be passed to algorithms.
ContIn rpa::ContInBox< ContIn >::_ContIn |
Stores input data for testing.