#include <GaudiKernel/Property.h>
Inheritance diagram for SimpleProperty:

Public Methods | |
| SimpleProperty () | |
| SimpleProperty ( const T& value ) | |
| SimpleProperty ( const std::string& name, const T& value ) | |
| SimpleProperty ( const std::string& name, const T& value, VT& verifier ) | |
| virtual | ~SimpleProperty () |
| SimpleProperty< T, VT >& | operator= ( const T& value ) |
| operator const T & () const | |
| const T& | value () const |
| Accessor members (const). More... | |
| VT& | verifier () |
| Non-const allows client to change bounds. More... | |
| bool | set ( const T& value ) |
| Modifier members. More... | |
| bool | setValue ( const T& value ) |
| Synonym for set(). More... | |
| bool | isRef () const |
| std::istream& | nameAndValueFromStream ( std::istream& ) |
| std::istream& | valueFromStream ( std::istream& ) |
| std::ostream& | nameAndValueAsStream ( std::ostream& ) const |
| virtual PropertyRef* | cloneRef () const |
| virtual bool | assign ( const Property& ) |
| virtual bool | load ( Property& ) const |
| std::ostream& | valueElementAsStream ( std::ostream&, size_t index ) const |
| std::istream& | valueElementFromStream ( std::istream& ) |
Public Attributes | |
| T | m_value |
| VT | m_verifier |
Definition at line 145 of file Property.h.
|
||||
|
Definition at line 149 of file Property.h. |
|
||||
|
Definition at line 150 of file Property.h. |
|
||||||
|
Definition at line 152 of file Property.h. |
|
||||||||
|
Definition at line 155 of file Property.h. |
|
||||
|
Definition at line 164 of file Property.h. |
|
||||
|
Reimplemented from Property. Definition at line 150 of file Property.cpp. |
|
||||
|
Reimplemented from Property. Definition at line 144 of file Property.cpp. |
|
||||
|
Reimplemented from Property. Definition at line 200 of file Property.h. |
|
||||
|
Reimplemented from Property. Definition at line 165 of file Property.cpp. |
|
||||
|
Reimplemented from Property. Definition at line 135 of file Property.cpp. |
|
||||
|
Reimplemented from Property. Definition at line 114 of file Property.cpp. |
|
||||
|
Definition at line 175 of file Property.h. |
|
||||
|
Definition at line 167 of file Property.h. |
|
||||
|
Modifier members.
Definition at line 187 of file Property.h. Referenced by assign(), operator=(), CommandProperty::set(), setValue(), and valueFromStream(). |
|
||||
|
Synonym for set().
Definition at line 197 of file Property.h. |
|
||||
|
Accessor members (const).
Definition at line 178 of file Property.h. Referenced by AlgTool::AlgTool(), and operator const T &(). |
|
||||||
|
Reimplemented from Property. Definition at line 183 of file Property.cpp. |
|
||||
|
Reimplemented from Property. Definition at line 190 of file Property.cpp. |
|
||||
|
Reimplemented from Property. Definition at line 120 of file Property.cpp. |
|
||||
|
Non-const allows client to change bounds.
Definition at line 184 of file Property.h. |
|
|||
|
Definition at line 220 of file Property.h. |
|
|||
|
Definition at line 221 of file Property.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000