You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
basics
cloneable.hh
Go to the documentation of this file.
1
6
#ifndef cloneable_hh
7
#define cloneable_hh
8
9
namespace
concepts
{
10
16
class
Cloneable
{
17
public
:
21
virtual
Cloneable
*
clone
()
const
= 0;
22
virtual
~Cloneable
() {}
23
};
24
25
}
// namespace concepts
26
27
#endif
// cloneable_hh
concepts::Cloneable
Definition
cloneable.hh:16
concepts::Cloneable::clone
virtual Cloneable * clone() const =0
concepts
Definition
pml_formula.h:16
Generated on Wed Sep 13 2023 21:06:17 for Concepts by
1.9.8