TF++, Miscellaneous classes and modules in C++:

◆ ConstHandle() [3/3]

template<class X>
tfxx::ConstHandle< X >::ConstHandle ( const ConstHandle< X > &  h)
inline

constructor #tfxx::THandle<class X>::THandle#:

This constructor is used in the following way together with another #handle2# of type #THandle<X>#:

#THandle<X> handle2=handle1;#

copy constructor

Definition at line 125 of file handle.h.

125  : Mrep(h.Mrep), Mpcount(h.Mpcount)
126  { (*Mpcount)++; }
Tmutableobject * Mrep
internal pointer to the handled object
Definition: handle.h:167
int * Mpcount
usage counter
Definition: handle.h:169