libpgplotxx.a (C++ interface to PGPLOT)

◆ operator*()

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

Write access operator with pointer semantics.

Definition at line 267 of file pghandle.h.

References pgplot::HandleOfConst< X >::reference().

267 { return Tbase::reference(); }
Treference reference() const
expose the object to derived classes
Definition: pghandle.h:163
Here is the call graph for this function: