Bytemaster's Boost Libraries
Classes | Functions
boost Namespace Reference

Classes

class  any_ref
 stack based implementation of boost::any that works for const reference types. More...

Functions

template<typename ValueType >
ValueType * dynamic_any_cast (dynamic_any *operand)
template<typename ValueType >
const ValueType * dynamic_any_cast (const dynamic_any *operand)
template<typename ValueType >
ValueType dynamic_any_cast (dynamic_any &operand)
template<typename ValueType >
ValueType dynamic_any_cast (const dynamic_any &operand)
template<typename ValueType >
ValueType * unsafe_any_cast (dynamic_any *operand)
template<typename ValueType >
const ValueType * unsafe_any_cast (const dynamic_any *operand)

Detailed Description

Creates a parser based upon a description object and a local type. The local type will be parsed given the dynamic description using name-matching.

 All Classes Namespaces Files Functions Variables Typedefs Defines