Vcsn
2.4
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 |