Classes | |
class | any |
class | bad_any_cast |
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 (const any &operand) |
ValueType boost::any_cast | ( | const any & | operand | ) | [inline] |
const ValueType* boost::any_cast | ( | const any * | operand | ) | [inline] |
ValueType* boost::any_cast | ( | any * | operand | ) | [inline] |