ceptr
|
scape header files More...
#include "tree.h"
Go to the source code of this file.
Functions | |
Scape * | _s_new (Symbol key_source, Symbol data_source) |
void | _s_free (Scape *s) |
void | _s_add (Scape *s, TreeHash h, Xaddr x) |
Xaddr | _s_get (Scape *s, TreeHash h) |
scape header files
scapes organized and relate receptor contents
Definition in file scape.h.
add a new element into a scape
[in] s the scape [in] h a hash of the tree node which is the key [in] xaddr the instance address to be scaped
Examples (from test suite):
void _s_free | ( | Scape * | s | ) |
retrieve an Xaddr from the scape
[in] s the scape [in] key the tree node which is the key
Examples (from test suite):
create a new scape
[in] key_source the symbol type key hashes are of [in] data_source the symbol type of xaddrs to be associated with keys
Examples (from test suite):