FRIBParallelanalysis  1.0
FrameworkforMPIParalleldataanalysisatFRIB
VariableTraceCallback.h
1 /*
2  This software is Copyright by the Board of Trustees of Michigan
3  State University (c) Copyright 2005.
4 
5  You may use this software under the terms of the GNU public license
6  (GPL). The terms of this license are described at:
7 
8  http://www.gnu.org/licenses/gpl.txt
9 
10 */
11 
12 #ifndef VARIABLETRACECALLBACK_H
13 #define VARIABLETRACECALLBACK_H
14 
15 class CTCLInterpreter;
16 
24 {
25  public:
26  virtual char* operator()(CTCLInterpreter* pInterp,
27  char* pVariable,
28  char* pElement,
29  int flags) = 0;
30 };
31 
32 #endif
Definition: TCLInterpreter.h:59
Definition: VariableTraceCallback.h:23