|
Project Euler Solutions
|
Classes | |
| struct | counter |
| The reference struct for all iterators in this project. More... | |
| struct | Iterator |
| An implementation of Python-like iterators and generators in C. More... | |
Typedefs | |
| typedef struct Iterator | Iterator |
| typedef struct counter | counter |
Functions | |
| void | no_destructor (void *it) |
| static uintmax_t | iterate_counter (counter *i) |
| counter | count_by (uintmax_t start, uintmax_t stop, intmax_t step) |
| counter | count_in_range (uintmax_t start, uintmax_t stop) |
| counter | count_to (uintmax_t stop) |
| typedef struct counter c::include::iterator::counter |
| typedef struct Iterator c::include::iterator::Iterator |
|
inline |


|
inline |


|
inline |


|
inlinestatic |


|
inline |
1.8.11