1 #ifndef VCSN_DYN_SIGNATURE_PRINTER_HH 
    2 # define VCSN_DYN_SIGNATURE_PRINTER_HH 
   19 # define DEFINE(Type)                   \ 
   20       virtual void visit(const Type& t) 
   46     std::string 
normalize(
const std::string& sig);
 
   51 #endif // !VCSN_DYN_SIGNATURE_PRINTER_HH 
std::shared_ptr< detail::automaton_base > automaton
 
std::string normalize(const std::string &sig)
The signature, normalized. 
 
std::shared_ptr< const detail::context_base > context
 
std::ostringstream os
The output stream: the corresponding C++ snippet to compile. 
 
variadic_mul_mixin< rat::ratexpset_impl< Context >> ratexpset
 
signature_printer(std::ostream &os, bool full)