#include <zfweak.h>
Additional Inherited Members | |
Public Member Functions inherited from zfweak | |
| zfbool | valid (void) const |
| true if the holded object is not null | |
| zfany | get (void) const |
| get the holded object | |
| template<typename T_ZFObject> | |
| void | set (T_ZFObject const &obj) |
| set the holded object | |
| void | set (const zfweak &obj) |
| set the holded object | |
| void | set (zft_zfnullT const &) |
| set the holded object | |
| ZFObject * | toObject (void) const |
| get the holded object | |
| template<typename T_ZFObject> | |
| T_ZFObject | to (void) const |
| cast by zfcast | |
| const zfany & | asAny (void) const |
| access as zfany | |
see zfweak