|
Darwin Neuroevolution Framework
|
Handles types with a fixed, known set of values (enumerations for example) More...
#include <stringify.h>
Public Member Functions | |
| string | toString (const T &value) const override |
| Value to string conversion. | |
| T | fromString (const string &str) const override |
| String to value conversion. | |
| vector< string > | knownValues () const override |
| The list of known values for type T, if available (for example enumerations) | |
Handles types with a fixed, known set of values (enumerations for example)
1.8.14