Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Properties class based on the Gaudi PropertyWithValue implementation #902

Closed
NickDraper opened this issue Nov 5, 2007 · 1 comment
Milestone

Comments

@NickDraper
Copy link
Contributor

Create a Properties class based on the Gaudi PropertyWithValue implementation
Look at GAUDI http://proj-gaudi.web.cern.ch/proj-gaudi/releases/v19r3/doxygen/class_property_with_value.html

The property class should include the following methos (many more may be taken from GAUDI)
- string name; //the property name
- `` operator=(),//to return the value (we should support int double and string as a minimum)
- `` operator= ( const TYPE & value ) //to set the value
- bool isDefault(); // if the value held has been set by the default value of the class
- bool isValid(); // true if the property has a valid value.

@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 54

@NickDraper NickDraper added this to the Iteration 3 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant