![]() |
Vcsn
2.8
Be Rational
|
#include <algorithm>#include <cstdlib>#include <iostream>#include <memory>#include <boost/any.hpp>#include <yaml-cpp/yaml.h>#include <vcsn/misc/export.hh>#include <vcsn/misc/raise.hh>Go to the source code of this file.
Classes | |
| class | vcsn::detail::config |
| A YAML configuration. More... | |
| class | vcsn::detail::config::value |
| The class returned by [] operators. More... | |
| class | vcsn::detail::config::value::BadNode |
Namespaces | |
| vcsn | |
| vcsn::detail | |
Functions | |
| std::ostream & | vcsn::detail::operator<< (std::ostream &out, const config::value &v) |
| detail::config & | vcsn::get_config () |
| Get the configuration singleton. More... | |
| std::string | vcsn::configuration (const std::string &key) |
| Get the string mapped by key (e.g., "configuration.version", "dot.styles"). More... | |