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 | ZFValueTypePointerRef() |
| see ZFValueType | |
| #define | ZFValueTypePOD() |
| see ZFValueType | |
| #define | ZFValueTypeObject(T_Object) |
| see ZFValueType | |
| #define | ZFValueTypePoolObject(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: