ConfigLib 0.1.1 (Default branch) |
|
|
ConfigLib is a C++ library for reading and writing
standard Unix and Windows .INI configuration files
as easily as declaring a variable. It provides all
the objects necessary to read any setting from a
configuration file and write out changes while
preserving comments. Using templates, any
serializable object or primitive can be read from
a configuration file and parsed automatically via
the command line. It also includes common objects
for handling settings beyond those of the C
primitives.
License: BSD License (revised)
Changes:
This update adds two new classes for reading a section of the configuration file: configmap which reads name/value pairs, and configvector, which reads unnamed values. There are also improvements in positioning new settings and handling Boolean variables.
|