Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

CommandProperty.cpp

Go to the documentation of this file.
00001 // $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/GaudiKernel/src/Lib/CommandProperty.cpp,v 1.2 2001/02/23 16:12:58 dquarrie Exp $
00002 
00003 #include "GaudiKernel/CommandProperty.h"
00004 
00005 CommandProperty::CommandProperty()
00006 : StringProperty( ) {
00007 }
00008 
00009 CommandProperty::CommandProperty( const std::string& name )
00010 : StringProperty( name ) {
00011 }
00012 
00013 CommandProperty::CommandProperty( const std::string& name,
00014                                   const std::string& value )
00015 : StringProperty( name, value ) {
00016 }
00017 
00018 CommandProperty::~CommandProperty() {
00019 }
00020 
00021 bool CommandProperty::set( const std::string& value )
00022 {
00023   bool result = StringProperty::set( value );
00024   handler( value );
00025   return result;
00026 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:24:55 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004