Gaudi Framework, version v25r2
Home
Generated: Wed Jun 4 2014
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
.cern.ch
sw
Gaudi
releases
GAUDI
GAUDI_v25r2
GaudiKernel
src
Lib
CommandProperty.cpp
Go to the documentation of this file.
1
// $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/GaudiKernel/src/Lib/CommandProperty.cpp,v 1.2 2001/02/23 16:12:58 dquarrie Exp $
2
3
#include "
GaudiKernel/CommandProperty.h
"
4
5
CommandProperty::CommandProperty
()
6
:
StringProperty
( ) {
7
}
8
9
CommandProperty::CommandProperty
(
const
std::string& name )
10
:
StringProperty
( name ) {
11
}
12
13
CommandProperty::CommandProperty
(
const
std::string& name,
14
const
std::string& value )
15
:
StringProperty
( name, value ) {
16
}
17
18
CommandProperty::~CommandProperty
() {
19
}
20
21
bool
CommandProperty::set
(
const
std::string& value )
22
{
23
bool
result =
StringProperty::set
( value );
24
handler
( value );
25
return
result;
26
}
Generated at Wed Jun 4 2014 14:48:57 for Gaudi Framework, version v25r2 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004