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

◆ reference()

template<class X>
Tmutableobject& tfxx::ConstHandle< X >::reference ( ) const
inlineprotectedinherited

expose the object to derived classes

Definition at line 163 of file handle.h.

References tfxx::ConstHandle< X >::Mrep.

Referenced by tfxx::Handle< X >::operator*().

163 { return *Mrep;}
Tmutableobject * Mrep
internal pointer to the handled object
Definition: handle.h:167
Here is the caller graph for this function: