|
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) | |
Public Member Functions inherited from core::Stringify< string > | |
| 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)
1.8.14