User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP 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)
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.


Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001