Fichier contenant les types utilisés fréquemment par la librairie. Plus de détails...
Aller au code source de ce fichier.
Structures de données | |
struct | cake_bytesbuffer |
struct | cake_ulonglongarray |
Définitions de type | |
typedef char | cake_bool |
Type sur 8 bits, utilisé principalement comme valeur de retour des fonctions pour indiquer si une erreur est survenue. | |
typedef unsigned char | uchar |
typedef unsigned short | ushort |
typedef unsigned int | uint |
typedef unsigned long | ulong |
typedef unsigned long long | ulonglong |
typedef long long | longlong |
typedef uchar | cake_byte |
typedef uchar | cake_undefined_type |
typedef const char * | cchar_ptr |
typedef const short * | cshort_ptr |
typedef const int * | cint_ptr |
typedef const long * | clong_ptr |
typedef const long long * | clonglong_ptr |
typedef const unsigned char * | cuchar_ptr |
typedef const unsigned short * | cushort_ptr |
typedef const unsigned int * | cuint_ptr |
typedef const unsigned long * | culong_ptr |
typedef const unsigned long long * | culonglong_ptr |
typedef struct cake_bytesbuffer | Cake_BytesBuffer |
typedef struct cake_ulonglongarray | Cake_UlonglongArray |
Fichier contenant les types utilisés fréquemment par la librairie.