libpgplotxx.a (C++ interface to PGPLOT)

◆ testhandlefunction()

void testhandlefunction ( const pgplot::Handle< Handletestbaseclass >::Tcoc &  h)

Test function for inheritance transparency.

Definition at line 110 of file pgtestxx.cc.

References subsection().

Referenced by testhandle().

111 {
112  subsection("in function that accepts an instance of Handle<Handletestbaseclass>::Tcoc");
113  CODE( h->print(cout) );
114  ILLEGAL( h->basevalue()=60; )
115 }
void subsection(const std::string &s)
Definition: pgtestxx.cc:64
Here is the call graph for this function:
Here is the caller graph for this function: