Pajdeg  0.2.2
Pajdeg
Functions
PDDictionaryStack.h File Reference
#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)
 

Detailed Description

Dictionary stack object