libpgplotxx.a (C++ interface to PGPLOT)

◆ operator->()

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

Write access operator with pointer semantics.

Definition at line 264 of file pghandle.h.

264 { return Tbase::pointer(); }
Tpointer pointer() const
expose the pointer to derived classes
Definition: pghandle.h:160