oagTimerLibParserInt.h

Go to the documentation of this file.
00001 /* (c) Copyright 2004-2005, Cadence Design Systems, Inc.  All rights reserved. 
00002 
00003 This file is part of the OA Gear distribution.  See the COPYING file in
00004 the top level OA Gear directory for copyright and licensing information. */
00005 
00006 /*
00007 Author: Zhong Xiu <zxiu@andrew.cmu.edu>
00008 
00009 ChangeLog:
00010 2004-09-15: ChangeLog started
00011 */
00012 
00013 #if !defined(oagTimerLibParserInt_P)
00014 #define oagTimerLibParserInt_P
00015 
00016 #include "oagTimerLibData.h"
00017 
00018 extern int oagTimerLib_yyparse();
00019 extern FILE *oagTimerLib_yyin;
00020 
00021 namespace oagTimer {
00022 
00024 extern LibData libParseData; 
00025 
00027 class exprTree2; 
00028 
00029 }
00030 
00031 #endif

Generated on Thu Aug 25 14:24:05 2011 by  doxygen 1.3.9.1