Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

code_analy.h

Go to the documentation of this file.
00001 /* 
00002  *      HT Editor
00003  *      code_analy.h
00004  *
00005  *      Copyright (C) 1999-2002 Sebastian Biallas (sb@web-productions.de)
00006  *
00007  *      This program is free software; you can redistribute it and/or modify
00008  *      it under the terms of the GNU General Public License version 2 as
00009  *      published by the Free Software Foundation.
00010  *
00011  *      This program is distributed in the hope that it will be useful,
00012  *      but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  *      GNU General Public License for more details.
00015  *
00016  *      You should have received a copy of the GNU General Public License
00017  *      along with this program; if not, write to the Free Software
00018  *      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00019  *
00020  */
00021 
00022 #ifndef CODE_ANALY_H
00023 #define CODE_ANALY_H
00024 
00025 #include "global.h"
00026 #include "common.h"
00027 #include "stream.h"
00028 #include "analy.h"
00029 
00030 class Analyser;
00031 
00032 class CodeAnalyser: public Object {
00033 public:
00034         Analyser                *a;
00035                         void            init(Analyser *A);
00036                         int                     load(ht_object_stream *f);
00037         virtual void            done();
00038         virtual OBJECT_ID               object_id() const;
00039 
00040         virtual void                    store(ht_object_stream *f);
00041 };
00042 
00043 #endif

Generated on Fri May 7 21:15:29 2004 by doxygen 1.3.5