|
paludis
Version 1.4.0
|
#include <clone.hh>
Inheritance diagram for paludis::CloneUsingThis< Base_, Child_ >:Public Member Functions | |
| virtual std::shared_ptr< Base_ > | clone () const PALUDIS_ATTRIBUTE((warn_unused_result)) |
Public Member Functions inherited from paludis::Cloneable< Base_ > | |
| virtual | ~Cloneable () |
Basic operations | |
| virtual | ~CloneUsingThis () |
Helper class implementing the clone() method using the copy contructor.
|
virtual |
Return a new copy of ourselves.
Implements paludis::Cloneable< Base_ >.
1.8.3.1