JAPAn
Just Another Parity Analyzer
|
Abstract base class for analyzer implementations. More...
#include <VQwAnalyzer.h>
Public Member Functions | |
VQwAnalyzer (const char *name) | |
virtual void | Process () |
![]() | |
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=().
|
inlineprivate |
Definition at line 24 of file VQwAnalyzer.h.
References VQwAnalyzer().
|
inlinevirtual |
Definition at line 40 of file VQwAnalyzer.h.