17 using sig_t = std::vector<symbol>;
39 sig_t::const_iterator
begin()
const
41 return std::begin(
sig);
44 sig_t::const_iterator
end()
const
74 struct hash<
vcsn::signature>
boost::flyweight< std::string, boost::flyweights::no_tracking, boost::flyweights::intermodule_holder > symbol
An internalized string.
auto hash_value(const T &v) -> decltype(std::hash< T >
Following the naming convention of Boost.
std::ostream & operator<<(std::ostream &os, direction d)
Pretty-printing.
std::vector< symbol > sig_t
const symbol operator[](const size_t n) const
std::ostringstream os
The output stream: the corresponding C++ snippet to compile.
std::string to_string() const
ATTRIBUTE_PURE bool operator==(const signature &that) const
size_t operator()(const vcsn::signature &sig) const
sig_t::const_iterator end() const
ATTRIBUTE_PURE bool operator<(const signature &that) const
sig_t::const_iterator begin() const
symbol & operator[](const size_t n)
signature(std::initializer_list< symbol > l)
Signature of a function call.