Darwin Neuroevolution Framework
|
Maps strings unmodified (going through I/O operators doesn't handle strings with embedded whitespace) More...
#include <stringify.h>
Public Member Functions | |
vector< string > | knownValues () const override |
The list of known values for type T, if available (for example enumerations) | |
![]() | |
virtual string | toString (const string &value) const=0 |
Value to string conversion. | |
virtual string | fromString (const string &str) const=0 |
String to value conversion. | |
Maps strings unmodified (going through I/O operators doesn't handle strings with embedded whitespace)