libpgplotxx.a (C++ interface to PGPLOT)

◆ HandleOfConst() [1/3]

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

Default constructor if class X provides one too.

Definition at line 117 of file pghandle.h.

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