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

#include <dict.h>

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

Public Member Functions

virtual void Hold ()
 
virtual void Release ()
 
virtual void Suicide ()
 
assockeyKey ()
 
assocvalVal ()
 
dictionaryDict ()
 
int Refcnt ()
 
int Dying ()
 

Protected Member Functions

 assoc (dictionary &Dict)
 
virtual ~assoc ()
 

Protected Attributes

assockeykey
 
assocvalval
 

Constructor & Destructor Documentation

◆ assoc()

assoc::assoc ( dictionary Dict)
inlineprotected

◆ ~assoc()

assoc::~assoc ( )
protectedvirtual

Member Function Documentation

◆ Dict()

dictionary * assoc::Dict ( )
inline

◆ Dying()

int assoc::Dying ( )
inline

◆ Hold()

void assoc::Hold ( )
virtual

◆ Key()

assockey & assoc::Key ( )
inline

◆ Refcnt()

int assoc::Refcnt ( )
inline

◆ Release()

void assoc::Release ( )
virtual

◆ Suicide()

void assoc::Suicide ( )
virtual

◆ Val()

assocval & assoc::Val ( )
inline

Member Data Documentation

◆ key

assockey* assoc::key
protected

◆ val

assocval* assoc::val
protected

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