used to hold a non ZFObject type for performance, for internal use only More...
Go to the source code of this file.
Classes | |
| class | ZFValue |
| used to hold a non ZFObject type for performance, for internal use only More... | |
Macros | |
| #define | ZFValueType_none() |
| see ZFValueType | |
| #define | ZFValueType_zffree() |
| see ZFValueType | |
| #define | ZFValueType_zfdelete(T_Object) |
| see ZFValueType | |
| #define | ZFValueType_zfpoolDelete(T_Object) |
| see ZFValueType | |
Typedefs | |
| typedef void(* | ZFValueType) (void *value) |
| type for ZFValue | |
used to hold a non ZFObject type for performance, for internal use only
| typedef void(* ZFValueType) (void *value) |
type for ZFValue
to achieve custom ZFValue, supply a function with following proto type, which cleanup the internal ZFValue::value: