|
JAPAn
Just Another Parity Analyzer
|
Abstract base class for analyzer implementations. More...
#include <VQwAnalyzer.h>
Inheritance diagram for VQwAnalyzer:
Collaboration diagram for VQwAnalyzer:Public Member Functions | |
| VQwAnalyzer (const char *name) | |
| virtual void | Process () |
Public Member Functions inherited from VQwSystem | |
| VQwSystem (const char *name) | |
| virtual | ~VQwSystem () |
Private Member Functions | |
| VQwAnalyzer & | operator= (const VQwAnalyzer &value) |
Abstract base class for analyzer implementations.
Provides the basic interface for analysis modules that process events or data structures. Derived classes implement specific analysis algorithms.
Definition at line 21 of file VQwAnalyzer.h.
|
inline |
Definition at line 32 of file VQwAnalyzer.h.
References VQwSystem::VQwSystem().
Referenced by operator=().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 24 of file VQwAnalyzer.h.
References VQwAnalyzer().
Here is the call graph for this function:
|
inlinevirtual |
Definition at line 40 of file VQwAnalyzer.h.