|
ant
A2 ant: class-based analysis framework
|
Iterator over the elements of a combination. Used to iterate over the current combination. More...
#include <Combinatorics.h>
Inheritance diagram for ant::analysis::utils::NchooseK< T >::const_iterator:
Collaboration diagram for ant::analysis::utils::NchooseK< T >::const_iterator:Public Types | |
| typedef T | value_type |
Public Member Functions | |
| const_iterator (const NchooseK< T > &c, const index_list::const_iterator &i) | |
| const_iterator (const const_iterator &mit) | |
| const_iterator & | operator++ () |
| bool | operator== (const const_iterator &rhs) |
| bool | operator!= (const const_iterator &rhs) |
| const T & | operator* () const |
Iterator over the elements of a combination. Used to iterate over the current combination.
| typedef T ant::analysis::utils::NchooseK< T >::const_iterator::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |