Marsyas  0.6.0-alpha
Data Structures | Namespaces | Functions
/usr/src/RPM/BUILD/marsyas-0.6.0/src/marsyas/realtime/any.h File Reference
#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)