base/zz_parameter_map.h

Go to the documentation of this file.
00001 /* libzz
00002  *
00003  * This program is distributed under the GNU General Public License, version 2.
00004  * A copy of this license is included with this source.
00005  *
00006  * Copyright 2000-2006, Toni Thomsson <toni@tonjac.org> 
00007 */
00008 
00009 #ifndef zz_parameter_map_h
00010 #define zz_parameter_map_h
00011 
00012 #include <zz_string.h>
00013 
00014 class ZZ_API CzzParameterMap
00015 {
00016 public:
00017 
00018     //* Construction
00019     CzzParameterMap();
00020     virtual ~CzzParameterMap();
00021 
00022     virtual CzzString operator[]( const CzzString& var ) = 0;
00023 
00024 protected:
00025 private:
00026 
00027 };
00028 
00029 #endif // zz_parameter_map_h

Generated on Thu Sep 21 21:45:41 2006 for tonjac.org MINI/C++ library by  doxygen 1.4.6-NO