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

◆ Handle() [3/3]

template<class X>
tfxx::Handle< X >::Handle ( const Handle< 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 217 of file handle.h.

217 : Tbase(h) { }
ConstHandle< Tobject > Tbase
Definition: handle.h:178