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

◆ operator=()

template<class X>
Handle& tfxx::Handle< X >::operator= ( const Handle< X > &  h)
inline

operator #tfxx::THandle<class X>::operator=()# book-keeping asignment operator

Definition at line 234 of file handle.h.

References tfxx::ConstHandle< X >::operator=().

235  {
236  Tbase::operator=(h);
237  return *this;
238  }
ConstHandle & operator=(const ConstHandle &h)
operator #tfxx::THandle<class X>::operator=()# book-keeping asignment operator
Definition: handle.h:148
Here is the call graph for this function: