dumpTree()

Dump the contents of PPS objects to the standard error stream.

Synopsis:

#include <qpps/simulator.h>
 
void dumpTree( const QString& pathPrefix = QString() );

Arguments:

pathPrefix
The prefix in the paths of the PPS objects being outputted to stderr. An empty prefix means all objects are outputted; this is the default behavior.

Description:

This function outputs any simulated PPS objects with paths starting with pathPrefix to the standard error stream (stderr).