Public Types | |
typedef Container::value_type | value_type |
typedef Container::iterator | iterator |
typedef Container::const_iterator | const_iterator |
Public Member Functions | |
EveryOther (const_iterator begin, const_iterator end) | |
value_type | operator() () |
operator bool () const | |
bool | operator== (const EveryOther &rhs) const |
Public Attributes | |
const_iterator | it |
const_iterator | other |
const_iterator | end |
Definition at line 11 of file test_bifla.cxx.
typedef Container::const_iterator EveryOther< Container >::const_iterator |
Definition at line 14 of file test_bifla.cxx.
typedef Container::iterator EveryOther< Container >::iterator |
Definition at line 13 of file test_bifla.cxx.
typedef Container::value_type EveryOther< Container >::value_type |
Definition at line 12 of file test_bifla.cxx.
|
inline |
Definition at line 18 of file test_bifla.cxx.
|
inline |
Definition at line 34 of file test_bifla.cxx.
|
inline |
Definition at line 24 of file test_bifla.cxx.
|
inline |
Definition at line 42 of file test_bifla.cxx.
const_iterator EveryOther< Container >::end |
Definition at line 16 of file test_bifla.cxx.
const_iterator EveryOther< Container >::it |
Definition at line 16 of file test_bifla.cxx.
const_iterator EveryOther< Container >::other |
Definition at line 16 of file test_bifla.cxx.