Coconut Framework  beta
Typedefs | Variables
CNType.h File Reference

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.
 

Detailed Description

Define primitive data types.

Copyright
Copyright (C) 2012 Steel Wheels Project