Empirical
|
Information about a sub-group of settings. More...
#include <config.h>
Public Member Functions | |
ConfigGroup (const std::string &_name, const std::string &_desc) | |
~ConfigGroup () | |
size_t | GetSize () const |
ConfigEntry * | GetEntry (size_t id) |
ConfigEntry * | GetLastEntry () |
void | Add (ConfigEntry *new_entry) |
void | Write (std::ostream &out) |
void | WriteMacros (std::ostream &out, bool as_const) |
Protected Attributes | |
std::string | name |
std::string | desc |
emp::vector< ConfigEntry * > | entry_set |
Information about a sub-group of settings.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |