/opt/source/Wonder/Utilities/Adaptors/Adaptor/strdict.h File Reference

This graph shows which files directly or indirectly include this file:


Classes

struct  _strdict
struct  _strdictel

Defines

#define STRDICT_INITIALIZER   ((strdict){0,0,NULL})

Typedefs

typedef struct _strdict strdict
typedef struct _strdictel strdictel

Functions

void * sd_add (strdict *sd, const char *key, void *value)
char * sd_description (strdict *sd)
void sd_free (strdict *sd)
strdictsd_new (int hint)
void sd_perform (strdict *sd, void(*callback)(const char *key, void *value, void *userdata), void *userdata)
void * sd_removeKey (strdict *sd, const char *key)
void * sd_valueFor (strdict *sd, const char *key)

Define Documentation

#define STRDICT_INITIALIZER   ((strdict){0,0,NULL})


Typedef Documentation

typedef struct _strdict strdict

typedef struct _strdictel strdictel


Function Documentation

void* sd_add ( strdict sd,
const char *  key,
void *  value 
)

char* sd_description ( strdict sd  ) 

void sd_free ( strdict sd  ) 

strdict* sd_new ( int  hint  ) 

void sd_perform ( strdict sd,
void(*)(const char *key, void *value, void *userdata)  callback,
void *  userdata 
)

void* sd_removeKey ( strdict sd,
const char *  key 
)

void* sd_valueFor ( strdict sd,
const char *  key 
)


Generated on Sat May 26 06:42:05 2012 for Project Wonder by  doxygen 1.5.8