libpgplotxx.a (C++ interface to PGPLOT)

◆ operator*()

template<class X>
Treference_to_const pgplot::HandleOfConst< X >::operator* ( ) const
inline

Read access operator with pointer semantics.

Definition at line 141 of file pghandle.h.

References pgplot::HandleOfConst< X >::Mpointer.

141 { return *Mpointer; }
Tpointer Mpointer
internal pointer to the handled object
Definition: pghandle.h:168