PCSIMSpecificNeuroMLParserBase.h

Go to the documentation of this file.
00001 #ifndef PCSIMSPECIFICNEUROMLPARSERBASE_H_
00002 #define PCSIMSPECIFICNEUROMLPARSERBASE_H_
00003 
00004 class PCSIMParserEnvironment;
00005 
00006 class PCSIMSpecificNeuroMLParserBase
00007 {
00008     
00009 public:
00010     PCSIMSpecificNeuroMLParserBase();
00011     void setenv( PCSIMParserEnvironment *env );
00012     
00013 protected:
00014     PCSIMParserEnvironment *env;
00015 };
00016 
00017 #endif /*PCSIMSPECIFICNEUROMLPARSERBASE_H_*/

Generated on Wed Jul 9 16:34:37 2008 for PCSIM by  doxygen 1.5.5