![]() |
Vcsn
2.8
Be Rational
|
Go to the source code of this file.
Classes | |
| struct | vcsn::detail::down_caster |
| A functor that captures the current location (to report errors), and provides "cast". More... | |
Namespaces | |
| vcsn | |
| vcsn::detail | |
Macros | |
| #define | down_cast ::vcsn::detail::down_caster(__FILE__, __LINE__).cast |
| #define | down_pointer_cast down_cast |
Functions | |
| template<typename T > | |
| T | vcsn::detail::lexical_cast (const std::string &str) |
| String to templated type T conversion. More... | |
| #define down_cast ::vcsn::detail::down_caster(__FILE__, __LINE__).cast |
| #define down_pointer_cast down_cast |
Definition at line 16 of file cast.hh.
Referenced by vcsn::rat::expressionset_impl< Context >::complement(), vcsn::rat::expressionset_impl< Context >::compose(), vcsn::rat::expressionset_impl< Context >::concat_(), vcsn::rat::expressionset_impl< Context >::conjunction(), vcsn::rat::expressionset_impl< Context >::lweight(), vcsn::rat::expressionset_impl< Context >::power(), vcsn::rat::expressionset_impl< Context >::rweight(), and vcsn::rat::expressionset_impl< Context >::transposition().