|
Coconut Framework
beta
|
Define primitive data types. More...
#include "CNForwarders.h"Go to the source code of this file.
Typedefs | |
| typedef unsigned int | CNBoolean |
| Boolean type. | |
| typedef int(* | CNCompareDataFuncRef )(const void *s0, const void *s1, void *info) |
| Function to compare items in CNHashTable. | |
| typedef CNBoolean(* | CNMatchDataFuncRef )(const void *src, void *info) |
| Function to maching objects. | |
| typedef void *(* | CNCloneDataFuncRef )(const void *src, void *info, struct CNResource *resource) |
| Function to clone the source data. | |
| typedef void(* | CNDestroyDataFuncRef )(void *src, void *info, struct CNResource *resource) |
| Function to destroy item. | |
Variables | |
| static const CNBoolean | CNTrue = 1 |
| Boolean value for TRUE. | |
| static const CNBoolean | CNFalse = 0 |
| Boolean value for FALSE. | |
Define primitive data types.
1.8.5