feisty meow concerns codebase
2.140
|
A roller that's based on integers. This is the most common type so far. More...
#include <roller.h>
Public Member Functions | |
int_roller (int start_of_range, int end_of_range) | |
Public Member Functions inherited from structures::roller< int > | |
roller (int start_of_range, int end_of_range) | |
constructs a roller between the start and end ranges. More... | |
~roller () | |
int | minimum () |
the smallest value that the roller can have. More... | |
int | maximum () |
the outer limit of the roller; it should never reach this. More... | |
int | next_id () |
returns a unique (per instance of this type) id. More... | |
int | current () const |
returns the current id to be used; be careful! More... | |
void | set_current (int new_current) |
allows the current id to be manipulated. More... | |
A roller that's based on integers. This is the most common type so far.
|
inline |