1 #ifndef INI_ROLLER_CLASS
2 #define INI_ROLLER_CLASS
Provides a dynamically resizable ASCII character string.
Provides a base class for configuration repositories.
Implements an id generator that interacts with a configuration file.
ini_roller(configurator &config, const basis::astring §ion, const basis::astring &entry, int min, int max)
creates a roller that updates "config" with the current id value.
DEFINE_CLASS_NAME("ini_roller")
int current_id() const
returns the current id; this is the one that was last issued.
int next_id()
returns the next number to be issued.
A roller that's based on integers. This is the most common type so far.
Constants and objects used throughout HOOPLE.