Awali
Another Weighted Automata library
|
#include <awali/dyn/core/internal/untyped_value.hh>
#include <awali/dyn/core/internal/value.hh>
#include <awali/common/to_value_of.hxx>
#include <awali/common/demangle.hxx>
#include <string>
#include <iostream>
#include <sstream>
#include <list>
#include <type_traits>
Go to the source code of this file.
Data Structures | |
struct | awali::dyn::any_cast_exception |
struct | awali::dyn::any_t |
Structure used to erase the type of labels/weights at the dyn layer. More... | |
Namespaces | |
awali | |
Main namespace of Awali. | |
awali::dyn | |
Namespace for the dynamical layer of Awali. | |
awali::dyn::internal | |
Implementation details of dyn layer (not stable). | |
Functions | |
template<typename T > | |
T | awali::dyn::internal::any_cast (const any_t &a) |
template<typename T > | |
T const & | awali::dyn::internal::any_cref (const any_t &a) |
template<typename T > | |
T | awali::dyn::internal::any_move (any_t &a) |
template<typename T > | |
bool | awali::dyn::internal::any_typeof (const any_t &a) |
std::ostream & | awali::dyn::operator<< (std::ostream &o, const dyn::any_t &a) |