![]() |
Vcsn
2.8
Be Rational
|
#include <lib/vcsn/dyn/translate.hh>#include <chrono>#include <fstream>#include <memory>#include <set>#include <sstream>#include <string>#include <unistd.h>#include <boost/algorithm/string/case_conv.hpp>#include <boost/filesystem.hpp>#include <lib/vcsn/dyn/context-parser.hh>#include <lib/vcsn/dyn/context-printer.hh>#include <lib/vcsn/dyn/type-ast.hh>#include <lib/vcsn/misc/xltdl.hh>#include <vcsn/dyn/context.hh>#include <vcsn/misc/configuration.hh>#include <vcsn/misc/escape.hh>#include <vcsn/misc/indent.hh>#include <vcsn/misc/regex.hh>#include <vcsn/misc/signature.hh>#include <vcsn/misc/stream.hh>Go to the source code of this file.
Namespaces | |
| vcsn | |
| vcsn::dyn | |
Macros | |
| #define | XGETENV(Name) xgetenv(#Name, Name) |
Functions | |
| void | vcsn::dyn::compile (const std::string &ctx) |
| Compile, and load, a DSO with instantiations for ctx. More... | |
| void | vcsn::dyn::compile (const std::string &algo, const signature &sig) |
| Compile, and load, a DSO which instantiates algo for sig. More... | |
| #define XGETENV | ( | Name | ) | xgetenv(#Name, Name) |
Definition at line 51 of file translate.cc.
| std::ostringstream os |
The output stream: the corresponding C++ snippet to compile.
Definition at line 404 of file translate.cc.
Referenced by vcsn::detail::caret(), vcsn::dyn::format(), vcsn::ast::normalize_context(), vcsn::operator<<(), vcsn::detail::lightest_impl< Aut >::show_heap_(), vcsn::detail::enumerater< Aut >::show_heap_(), vcsn::str_escape(), and vcsn::signature::to_string().
| ast::context_printer printer_ |
Definition at line 405 of file translate.cc.