Developer Documentation
Centre for Vision, Speech & Signal Processing
USER IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
ERCHandleC::ERCHandleC(void)
ERCHandleC::ERCHandleC(const DataT &)
ERCHandleC::ERCHandleC(DataT *)
ERCHandleC::Body(void)
ERCHandleC::Body(void) const
ERCHandleC::IsConst(void) const
ERCHandleC::IsNotConst(void) const
ERCHandleC::SetConst(void)
ExtRefCounterC::IsConst(void) const
ExtRefCounterC::IsNotConst(void) const
ExtRefCounterC::SetConst(void)
ExtRefCounterC::Body(void)
ExtRefCounterC::Body(void) const
ExtRefCounterC::operator->(void)
ExtRefCounterC::operator->(void) const
ExtRefCounterC::RefCounter(void)
ExtRefCounterC::RefCounter(void) const
ExtRefCounterC::IsValid(void) const
ERCHandleC<class DataT>
 
Externally refrence counter object handle.
 
include "amma/ERCHandle.hh"
User Level:Default
Library:MRefC
Example:exBRefC.cc
Section:Basic Types.Refrence Counting
In Scope:std

Parent Classes:

Methods:
ERCHandleC()
Default constructor.

ERCHandleC(const DataT & bod)
Body ref counter constructor.
The body is created using a copy constructor from bod. This saves allocating seperate space for the counter.

ERCHandleC(DataT * bod)
Seperated Constructor.
bod must be allocated by a new call, when all refrences are removed it will be deleted.

DataT & Body()
Access body.

const DataT & Body() const
Access body.

BooleanT IsConst() const
Is object constant ?

BooleanT IsNotConst() const
Is object not constant ?

void SetConst(void)
Lock the object.

#include "amma/ERefCnt.hh"
BooleanT IsConst() const
Is object constant ?

BooleanT IsNotConst() const
Is object not constant ?

void SetConst(void)
Lock the object.

DataT & Body()
Access body.

const DataT & Body() const
Access body.

DataT * operator->()
Access members

const DataT * operator->() const
Access members

BodyRefCounterVC & RefCounter()
Access refrence counter.

const BodyRefCounterVC & RefCounter() const
Access refrence counter.

BooleanT IsValid() const
Test if handle is valid.


Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001