|
template<class T , class U >
Convenience function for doing a dynamic cast of one boost::shared_ptr to another. This is simply an alias for boost::dynamic_ptr_cast<T>
Definition at line 338 of file APITypes.h. Referenced by FB::JSAPIProxy::changeObject(), and get_jsapi(). {
return boost::dynamic_pointer_cast<T>(r);
}
|
Generated on Mon Oct 17 2011 16:24:41 for FireBreath by
1.7.2
Labels:
