00001 /*
00002 * Copyright (c) 1998, University of Amsterdam, The Netherlands.
00003 * All rights reserved.
00004 *
00005 *
00006 * Author(s):
00007 * Dennis Koelma (koelma@wins.uva.nl)
00008 * Edo Poll (poll@wins.uva.nl)
00009 */
00010
00011 #ifndef HxRegScanner_h
00012 #define HxRegScanner_h
00013
00014 #include "HxScanner.h"
00015
00016 class HxRegScanner : public HxScanner
00017 {
00018 public:
00019 static HxRegScanner& instance();
00020
00021 private:
00022 HxRegScanner();
00023 HxRegScanner(HxReadBuffer&);
00024
00025 static int _init;
00026 };
00027
00028 #endif
1.2.12 written by Dimitri van Heesch,
© 1997-2001