HyperspaceExplorer 0.7.1
|
Public Member Functions | |
Ruleset (const std::string &rules) | |
std::string | apply (const Axiom &axiom) const |
storage_type::size_type | size () const |
std::string | toString () const |
Private Types | |
typedef std::map< char, Rule > | storage_type |
Private Attributes | |
storage_type | rules_ |