You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
vectorial
vectorizable.hh
Go to the documentation of this file.
1
8
#ifndef vectorizable_hh
9
#define vectorizable_hh
10
11
namespace
concepts
{
12
// forward declaration
13
class
Cloneable;
14
}
15
16
namespace
vectorial
{
17
39
class
Vectorizable
{
40
public
:
41
virtual
~Vectorizable
() {}
43
virtual
void
data
(
concepts::Cloneable
*) = 0;
45
virtual
concepts::Cloneable
*
data
()
const
= 0;
46
};
47
48
}
// namespace vectorial
49
50
#endif
concepts::Cloneable
Definition
cloneable.hh:16
vectorial::Vectorizable
Definition
vectorizable.hh:39
vectorial::Vectorizable::data
virtual void data(concepts::Cloneable *)=0
Sets the data to be shared.
vectorial::Vectorizable::data
virtual concepts::Cloneable * data() const =0
Returns the data to be shared.
concepts
Definition
pml_formula.h:16
vectorial
Definition
spaceTraits.hh:24
Generated on Wed Sep 13 2023 21:06:25 for Concepts by
1.9.8