libpgplotxx.a (C++ interface to PGPLOT)

◆ HandleOfConst() [2/3]

template<class X>
pgplot::HandleOfConst< X >::HandleOfConst ( Treference_to_const  x)
inline

Constructor to initialize the handle.

Definition at line 121 of file pghandle.h.

121  :
122  Mpointer(new Tvalue(x)), Mpcount(new int(1)) { }
int * Mpcount
reference counter
Definition: pghandle.h:170
Tpointer Mpointer
internal pointer to the handled object
Definition: pghandle.h:168