Marsyas
0.6.0-alpha
|
#include <algorithm>
#include <typeinfo>
Go to the source code of this file.
Data Structures | |
class | any |
class | bad_any_cast |
Namespaces | |
namespace | Marsyas |
namespace | Marsyas::RealTime |
Functions | |
template<typename ValueType > | |
ValueType * | any_cast (any *operand) |
template<typename ValueType > | |
const ValueType * | any_cast (const any *operand) |
template<typename ValueType > | |
ValueType | any_cast (any &operand) |
template<typename ValueType > | |
ValueType | any_cast (const any &operand) |
template<typename ValueType > | |
ValueType * | unsafe_any_cast (any *operand) |
template<typename ValueType > | |
const ValueType * | unsafe_any_cast (const any *operand) |