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

#include <refcounted.h>

Inheritance diagram for RefCountedObject:
Inheritance graph
[legend]

Public Member Functions

void GetRef (void)
 
void PutRef (void)
 
void PrintRef (FILE *f)
 

Protected Member Functions

 RefCountedObject ()
 
virtual ~RefCountedObject ()
 

Protected Attributes

unsigned int refcount
 

Constructor & Destructor Documentation

◆ RefCountedObject()

RefCountedObject::RefCountedObject ( )
inlineprotected

◆ ~RefCountedObject()

virtual RefCountedObject::~RefCountedObject ( )
inlineprotectedvirtual

Member Function Documentation

◆ GetRef()

void RefCountedObject::GetRef ( void  )
inline

◆ PrintRef()

void RefCountedObject::PrintRef ( FILE *  f)
inline

◆ PutRef()

void RefCountedObject::PutRef ( void  )
inline

Member Data Documentation

◆ refcount

unsigned int RefCountedObject::refcount
protected

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