Numerical C++ Library Concepts
TWiki Guest (guest)
Logout
Numerical C++ Library Concepts
IT Services
ISG Blog
IntraMATH
Contact
Login
Keyword or person
News
About us
People
People
Publications
Gallery
Applications
Installation
How to get started
Tutorials
Class documentation
ETH Zurich
D-MATH
wiki@math
Concepts
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::clone
virtual Cloneable * clone() const =0
Virtual constructor.
concepts::Cloneable
Cloneable interface.
Definition:
cloneable.hh:16
concepts::Cloneable::~Cloneable
virtual ~Cloneable()
Definition:
cloneable.hh:22
concepts
Basic namespace for Concepts-2.
Definition:
pml_formula.h:16
Page URL:
http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020
Eidgenössische Technische Hochschule Zürich