#include <string>
#include <exception>
Include dependency graph for probe.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Probe |
This is an abstract class and it is not meant to be used. It only defines the public interface of all the derived probes. More... |
If you need to define a new probe type, you can subclass it. User-defined probe types will act exactly as a normal probe, with the exception of not being able to use them as 'global' probes.