ARB
|
#include <aisc_interpreter.h>
Public Member Functions | |
hash (int size_) | |
~hash () | |
var_ref | ref (const char *key) |
const var_ref | ref (const char *key) const |
const char * | read (const char *key) const |
void | write (const char *key, const char *val) |
Definition at line 73 of file aisc_interpreter.h.
hash::hash | ( | int | size_ | ) |
Definition at line 205 of file aisc_mix.c.
hash::~hash | ( | ) |
Definition at line 209 of file aisc_mix.c.
References hash_entry::next.
Definition at line 88 of file aisc_interpreter.h.
Referenced by read().
Definition at line 91 of file aisc_interpreter.h.
References var_ref::read(), and ref().
Definition at line 242 of file aisc_mix.c.
References hash_entry::key, hash_entry::next, NULp, and hash_entry::val.