Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012

CommandProperty.h

Go to the documentation of this file.
00001 // $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/GaudiKernel/GaudiKernel/CommandProperty.h,v 1.3 2001/02/23 16:12:09 dquarrie Exp $
00002 #ifndef GAUDIKERNEL_COMMANDPROPERTY_H
00003 #define GAUDIKERNEL_COMMANDPROPERTY_H
00004 
00005 // Include files
00006 #include "Property.h"
00007 
00016 class GAUDI_API CommandProperty: public StringProperty {
00017 public:
00019         CommandProperty();
00020         CommandProperty( const std::string& name );
00021         CommandProperty( const std::string& name, const std::string& value );
00022         virtual ~CommandProperty();
00024         virtual bool set( const std::string& value );
00026         virtual void handler( const std::string& value ) = 0;
00027 };
00028 
00029 #endif // GAUDIKERNEL_COMMANDPROPERTY_H
00030 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 23:27:19 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004