CVS head for this package - Administrative privileges
Description
Commonly used helper classes.
Public interface
- edm::ClonePolicy <T>: Helper class that allocates a new clone of an objects of type
T
invoking the method clone()
of the object.
- edm::CopyPolicy <T>: Helper class that returns a copy of an object of type
T
invoking the copy constructor of the object.
- edm::NewPolicy <T>: Helper class that allocates a new clone of an object of type
T
invoking the copy constructor of the object.
Modules
None.
Unit tests and examples
None.
Status and planned development
Completed, stable.
Last updated: @ L. Lista