|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
List of properties. More...
#include <GaudiKernel/PropertyList.h>


Public Member Functions | |
| PropertyList () | |
| Constructor. | |
| PropertyList (const std::string &name) | |
| Constructor giving a name. | |
| virtual | ~PropertyList () |
| Virtual destructor. | |
| bool | isRef () const |
| Accessor members (const) | |
| void | addProperty (const std::string &name, Property &p) |
| Add a property to the list. | |
| void | addProperty (Property &p) |
| Add a property to the list. | |
| void | removeProperty (const std::string &name) |
| Remove a property from the list. | |
| void | removeProperty (Property &p) |
| Remove a property from the list. | |
| bool | assign (const Property &p) |
| Property implementation: set property. | |
| bool | load (Property &p) const |
| Property implementation: get property. | |
| bool | assign (const std::string &name, const Property &p) |
| Property implementation: set property. | |
| bool | load (const std::string &name, Property &p) const |
| Property implementation: get property. | |
| const Property & | getProperty (const std::string &name) const |
| Get the property with a given name. | |
| const std::vector< Property * > & | getProperties () const |
| Get the complete list of properties. | |
Private Attributes | |
| std::vector< Property * > | m_propertyList |
List of properties.
Definition at line 17 of file PropertyList.h.
| PropertyList::PropertyList | ( | ) |
Constructor.
| PropertyList::PropertyList | ( | const std::string & | name ) |
Constructor giving a name.
| virtual PropertyList::~PropertyList | ( | ) | [virtual] |
Virtual destructor.
| void PropertyList::addProperty | ( | const std::string & | name, |
| Property & | p | ||
| ) |
Add a property to the list.
| void PropertyList::addProperty | ( | Property & | p ) |
Add a property to the list.
| bool PropertyList::assign | ( | const std::string & | name, |
| const Property & | p | ||
| ) |
Property implementation: set property.
| bool PropertyList::assign | ( | const Property & | p ) | [virtual] |
| const std::vector<Property*>& PropertyList::getProperties | ( | ) | const |
Get the complete list of properties.
| const Property& PropertyList::getProperty | ( | const std::string & | name ) | const |
Get the property with a given name.
| bool PropertyList::isRef | ( | ) | const [inline] |
| bool PropertyList::load | ( | const std::string & | name, |
| Property & | p | ||
| ) | const |
Property implementation: get property.
| bool PropertyList::load | ( | Property & | p ) | const [virtual] |
| void PropertyList::removeProperty | ( | const std::string & | name ) |
Remove a property from the list.
| void PropertyList::removeProperty | ( | Property & | p ) |
Remove a property from the list.
std::vector<Property*> PropertyList::m_propertyList [private] |
Definition at line 53 of file PropertyList.h.