Pajdeg
0.2.2
Pajdeg
|
#include "PDDefines.h"
Go to the source code of this file.
Functions | |
PDDictionaryStackRef | PDDictionaryStackCreateWithDictionary (PDDictionaryRef dict) |
void | PDDictionaryStackPushDictionary (PDDictionaryStackRef ds, PDDictionaryRef dict) |
PDDictionaryRef | PDDictionaryStackPopDictionary (PDDictionaryStackRef ds) |
void | PDDictionaryStackAddEntriesFromComplex (PDDictionaryStackRef hm, pd_stack stack) |
void | PDDictionaryStackSet (PDDictionaryStackRef ds, const char *key, void *value) |
void * | PDDictionaryStackGet (PDDictionaryStackRef ds, const char *key) |
void | PDDictionaryStackDelete (PDDictionaryStackRef ds, const char *key) |
void | PDDictionaryStackClear (PDDictionaryStackRef ds) |
void | PDDictionaryStackIterate (PDDictionaryStackRef ds, PDHashIterator it, void *ui) |
Dictionary stack object