Darwin Neuroevolution Framework
Public Member Functions | List of all members
core::StringifyStrings Class Reference

Maps strings unmodified (going through I/O operators doesn't handle strings with embedded whitespace) More...

#include <stringify.h>

Inheritance diagram for core::StringifyStrings:
core::Stringify< string >

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.
 

Detailed Description

Maps strings unmodified (going through I/O operators doesn't handle strings with embedded whitespace)


The documentation for this class was generated from the following file: