#include "Reflex/Kernel.h"
#include <algorithm>
#include <typeinfo>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | Reflex |
Classes | |
class | Reflex::Any |
class | Reflex::Any::Placeholder |
class | Reflex::Any::Holder< ValueType > |
class | Reflex::BadAnyCast |
Functions | |
template<class E> | |
void | Reflex::throw_exception (const E &e) |
template<typename ValueType> | |
ValueType * | Reflex::any_cast (Any *operand) |
template<typename ValueType> | |
const ValueType * | Reflex::any_cast (const Any *operand) |
template<typename ValueType> | |
ValueType | Reflex::any_cast (const Any &operand) |
RFLX_API std::ostream & | Reflex::operator<< (std::ostream &, const Any &) |