Vcsn  2.3
Be Rational
cast.hh File Reference
#include <iostream>
#include <vcsn/misc/raise.hh>
Include dependency graph for cast.hh:
This graph shows which files directly or indirectly include this file:

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 >
vcsn::detail::lexical_cast (const std::string &str)
 String to templated type T conversion. More...
 

Macro Definition Documentation

#define down_cast   ::vcsn::detail::down_caster(__FILE__, __LINE__).cast

Definition at line 14 of file cast.hh.

#define down_pointer_cast   down_cast

Definition at line 16 of file cast.hh.