|
| | PropertyList () |
| | Constructor. More...
|
| |
| | PropertyList (const std::string &name) |
| | Constructor giving a name. More...
|
| |
| virtual | ~PropertyList () |
| | Virtual destructor. More...
|
| |
| bool | isRef () const |
| | Accessor members (const) More...
|
| |
| void | addProperty (const std::string &name, Property &p) |
| | Add a property to the list. More...
|
| |
| void | addProperty (Property &p) |
| | Add a property to the list. More...
|
| |
| void | removeProperty (const std::string &name) |
| | Remove a property from the list. More...
|
| |
| void | removeProperty (Property &p) |
| | Remove a property from the list. More...
|
| |
| bool | assign (const Property &p) |
| | Property implementation: set property. More...
|
| |
| bool | load (Property &p) const |
| | Property implementation: get property. More...
|
| |
| bool | assign (const std::string &name, const Property &p) |
| | Property implementation: set property. More...
|
| |
| bool | load (const std::string &name, Property &p) const |
| | Property implementation: get property. More...
|
| |
| const Property & | getProperty (const std::string &name) const |
| | Get the property with a given name. More...
|
| |
| const std::vector< Property * > & | getProperties () const |
| | Get the complete list of properties. More...
|
| |
| | PropertyList () |
| | Constructor. More...
|
| |
| | PropertyList (const std::string &name) |
| | Constructor giving a name. More...
|
| |
| virtual | ~PropertyList () |
| | Virtual destructor. More...
|
| |
| bool | isRef () const |
| | Accessor members (const) More...
|
| |
| void | addProperty (const std::string &name, Property &p) |
| | Add a property to the list. More...
|
| |
| void | addProperty (Property &p) |
| | Add a property to the list. More...
|
| |
| void | removeProperty (const std::string &name) |
| | Remove a property from the list. More...
|
| |
| void | removeProperty (Property &p) |
| | Remove a property from the list. More...
|
| |
| bool | assign (const Property &p) |
| | Property implementation: set property. More...
|
| |
| bool | load (Property &p) const |
| | Property implementation: get property. More...
|
| |
| bool | assign (const std::string &name, const Property &p) |
| | Property implementation: set property. More...
|
| |
| bool | load (const std::string &name, Property &p) const |
| | Property implementation: get property. More...
|
| |
| const Property & | getProperty (const std::string &name) const |
| | Get the property with a given name. More...
|
| |
| const std::vector< Property * > & | getProperties () const |
| | Get the complete list of properties. More...
|
| |
| const std::string & | name () const |
| | property name More...
|
| |
| const std::string & | documentation () const |
| | property documentation More...
|
| |
| const std::type_info * | type_info () const |
| | property type-info More...
|
| |
| std::string | type () const |
| | property type More...
|
| |
| virtual std::string | toString () const =0 |
| | value -> string More...
|
| |
| virtual void | toStream (std::ostream &out) const =0 |
| | value -> stream More...
|
| |
| virtual StatusCode | fromString (const std::string &value)=0 |
| | string -> value More...
|
| |
| const std::function< void(Property &)> & | readCallBack () const |
| | get a reference to the readCallBack More...
|
| |
| const std::function< void(Property &)> & | updateCallBack () const |
| | get a reference to the updateCallBack More...
|
| |
| virtual Property & | declareReadHandler (std::function< void(Property &)> fun) |
| | set new callback for reading More...
|
| |
| virtual Property & | declareUpdateHandler (std::function< void(Property &)> fun) |
| | set new callback for update More...
|
| |
| template<class HT > |
| Property & | declareReadHandler (void(HT::*MF)(Property &), HT *instance) |
| |
| template<class HT > |
| Property & | declareUpdateHandler (void(HT::*MF)(Property &), HT *instance) |
| |
| virtual void | useReadHandler () const |
| | use the call-back function at reading More...
|
| |
| virtual bool | useUpdateHandler () |
| | use the call-back function at update More...
|
| |
| virtual | ~Property ()=default |
| | virtual destructor More...
|
| |
| virtual Property * | clone () const =0 |
| | clone: "virtual constructor" More...
|
| |
| void | setName (std::string value) |
| | set the new value for the property name More...
|
| |
| void | setDocumentation (std::string documentation) |
| | set the documentation string More...
|
| |
| virtual std::ostream & | fillStream (std::ostream &) const |
| | the printout of the property value More...
|
| |
| const std::string & | name () const |
| | property name More...
|
| |
| const std::string & | documentation () const |
| | property documentation More...
|
| |
| const std::type_info * | type_info () const |
| | property type-info More...
|
| |
| std::string | type () const |
| | property type More...
|
| |
| virtual std::string | toString () const =0 |
| | value -> string More...
|
| |
| virtual void | toStream (std::ostream &out) const =0 |
| | value -> stream More...
|
| |
| virtual StatusCode | fromString (const std::string &value)=0 |
| | string -> value More...
|
| |
| const std::function< void(Property &)> & | readCallBack () const |
| | get a reference to the readCallBack More...
|
| |
| const std::function< void(Property &)> & | updateCallBack () const |
| | get a reference to the updateCallBack More...
|
| |
| virtual Property & | declareReadHandler (std::function< void(Property &)> fun) |
| | set new callback for reading More...
|
| |
| virtual Property & | declareUpdateHandler (std::function< void(Property &)> fun) |
| | set new callback for update More...
|
| |
| template<class HT > |
| Property & | declareReadHandler (void(HT::*MF)(Property &), HT *instance) |
| |
| template<class HT > |
| Property & | declareUpdateHandler (void(HT::*MF)(Property &), HT *instance) |
| |
| virtual void | useReadHandler () const |
| | use the call-back function at reading More...
|
| |
| virtual bool | useUpdateHandler () |
| | use the call-back function at update More...
|
| |
| virtual | ~Property ()=default |
| | virtual destructor More...
|
| |
| virtual Property * | clone () const =0 |
| | clone: "virtual constructor" More...
|
| |
| void | setName (std::string value) |
| | set the new value for the property name More...
|
| |
| void | setDocumentation (std::string documentation) |
| | set the documentation string More...
|
| |
| virtual std::ostream & | fillStream (std::ostream &) const |
| | the printout of the property value More...
|
| |
List of properties.
- Author
- David Quarrie
-
Pere Mato
Definition at line 16 of file PropertyList.h.