util method to cast ZFObject types freely More...
#include <zfany.h>
Public Member Functions | |
| ZFObject * | toObject (void) const |
| get the holded object | |
| template<typename T_ZFObject> | |
| T_ZFObject | to (void) const |
| cast by zfcast | |
util method to cast ZFObject types freely
usage:
note: zfany stores raw ZFObject pointer, use zfauto or zfweak for most case, use zfany only if necessary