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

◆ Handle() [1/3]

template<class X>
tfxx::Handle< X >::Handle ( const Treference  p)
inline

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

This constructor is used in the following way:

#THandle<X> handle(new X);#

init constructor Handle(X* p): Mrep(p), Mpcount(new int(1)) { }

Definition at line 194 of file handle.h.

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