GSE++ library: reading and writing GSE waveforms

◆ TESTCODE

#define TESTCODE (   ARG)    cout << #ARG << endl; ARG

Macro that provides a tool for verbose coding.

The argument has to be a valid line of code. The macro expands in two lines. The first line prints the code. The second executes the code.

Definition at line 51 of file gsexx_tests.cc.