|
Coda Distributed File System
|
#include <dict.h>


Public Member Functions | |
| void | Add (assoc *) |
| void | Remove (assoc *) |
| assoc * | Find (assockey &) |
| void | Put (assoc **) |
| void | Kill (assockey &) |
Public Member Functions inherited from dlist | |
| dlist () | |
| dlist (CFN) | |
| virtual | ~dlist () |
| void | insert (dlink *) |
| void | prepend (dlink *) |
| void | append (dlink *) |
| dlink * | remove (dlink *) |
| dlink * | first () |
| dlink * | last () |
| dlink * | get (DlGetType=DlGetMin) |
| void | clear () |
| int | count () |
| int | IsMember (dlink *) |
| virtual void | print () |
| virtual void | print (FILE *) |
| virtual void | print (int) |
Protected Member Functions | |
| dictionary () | |
|
inlineprotected |
| void dictionary::Add | ( | assoc * | Assoc | ) |
| void dictionary::Kill | ( | assockey & | Key | ) |
| void dictionary::Put | ( | assoc ** | Assoc | ) |
| void dictionary::Remove | ( | assoc * | Assoc | ) |