Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

DictObject.h

Go to the documentation of this file.
00001 // $Header: /nfs/slac/g/glast/ground/cvs/xmlUtil/xmlUtil/id/DictObject.h,v 1.1 2001/06/12 18:34:01 jrb Exp $
00002 #ifndef XMLUTIL_DICTOBJECT_H
00003 #define XMLUTIL_DICTOBJECT_H
00004 
00005 namespace xmlUtil {
00011 
00012   class DictVisitor;
00013 
00014   class DictObject {
00015   public:
00016 
00017     virtual bool accept(DictVisitor* vis) = 0;
00018     virtual ~DictObject() {}
00019   };
00020 
00021 }
00022 #endif

Generated on Wed Oct 16 14:02:47 2002 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001