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

◆ operator->()

template<class X>
Tpointer tfxx::Handle< X >::operator-> ( ) const
inline

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

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

Definition at line 223 of file handle.h.

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

223 { return Tbase::pointer(); }
Tmutableobject * pointer() const
expose the pointer to derived classes
Definition: handle.h:160
Here is the call graph for this function: