Coda Distributed File System
Public Member Functions | Protected Member Functions | List of all members
dictionary Class Reference

#include <dict.h>

Inheritance diagram for dictionary:
Inheritance graph
[legend]
Collaboration diagram for dictionary:
Collaboration graph
[legend]

Public Member Functions

void Add (assoc *)
 
void Remove (assoc *)
 
assocFind (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 *)
 
dlinkremove (dlink *)
 
dlinkfirst ()
 
dlinklast ()
 
dlinkget (DlGetType=DlGetMin)
 
void clear ()
 
int count ()
 
int IsMember (dlink *)
 
virtual void print ()
 
virtual void print (FILE *)
 
virtual void print (int)
 

Protected Member Functions

 dictionary ()
 

Constructor & Destructor Documentation

◆ dictionary()

dictionary::dictionary ( )
inlineprotected

Member Function Documentation

◆ Add()

void dictionary::Add ( assoc Assoc)

◆ Find()

assoc * dictionary::Find ( assockey Key)

◆ Kill()

void dictionary::Kill ( assockey Key)

◆ Put()

void dictionary::Put ( assoc **  Assoc)

◆ Remove()

void dictionary::Remove ( assoc Assoc)

The documentation for this class was generated from the following files: