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

◆ operator*()

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

operator #tfxx::THandle<class X>::operator*()#

Returns
returns reference to object of type #class X# dereferencing operator

Definition at line 229 of file handle.h.

References tfxx::ConstHandle< X >::reference().

229 { return Tbase::reference(); }
Tmutableobject & reference() const
expose the object to derived classes
Definition: handle.h:163
Here is the call graph for this function: