|
Darwin Neuroevolution Framework
|
Interface for converting values to/from strings (the default implementation uses iostream I/O operators) More...
#include <stringify.h>
Public Member Functions | |
| virtual string | toString (const T &value) const =0 |
| Value to string conversion. | |
| virtual T | fromString (const string &str) const =0 |
| String to value conversion. | |
| virtual vector< string > | knownValues () const =0 |
| The list of known values for type T, if available (for example enumerations) | |
Interface for converting values to/from strings (the default implementation uses iostream I/O operators)
1.8.14