From 78eefa4b5a74690a537fc725b4de2224548a0826 Mon Sep 17 00:00:00 2001 From: dol-sen Date: Wed, 5 Oct 2011 13:50:03 -0700 Subject: move everything to prep for a merge into layman. --- c-layman/doc/html/dict_8c.html | 188 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) create mode 100644 c-layman/doc/html/dict_8c.html (limited to 'c-layman/doc/html/dict_8c.html') diff --git a/c-layman/doc/html/dict_8c.html b/c-layman/doc/html/dict_8c.html new file mode 100644 index 0000000..1123743 --- /dev/null +++ b/c-layman/doc/html/dict_8c.html @@ -0,0 +1,188 @@ + + +C-Layman: /home/detlev/src/c-layman/src/dict.c File Reference + + + + + +
+

/home/detlev/src/c-layman/src/dict.c File Reference

#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include "internal.h"
+#include "dict.h"
+ + + + + + + + + + + + + + + + + + + + + +

Data Structures

struct  DictElem
struct  Dict

Typedefs

typedef struct DictElem DictElem

Functions

DictdictCreate ()
void dictInsert (Dict *list, const char *key, const char *value)
unsigned int dictCount (Dict *list)
void dictFree (Dict *list)
PyObject * dictToPyDict (Dict *dict)
+

Typedef Documentation

+ +
+
+ + + + +
typedef struct DictElem DictElem
+
+
+ +

+ +

+

+


Function Documentation

+ +
+
+ + + + + + + + + +
unsigned int dictCount (Dict list  ) 
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + +
Dict* dictCreate (  ) 
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
void dictFree (Dict list  ) 
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + + + + + + + + + + + + + + + + +
void dictInsert (Dict list,
const char *  key,
const char *  value 
)
+
+
+ +

+ +

+

+ +

+
+ + + + + + + + + +
PyObject* dictToPyDict (Dict dict  ) 
+
+
+ +

+ +

+

+

+
Generated on Fri Aug 6 20:00:53 2010 for C-Layman by  + +doxygen 1.5.8
+ + -- cgit v1.2.3-1-g7c22