sisi4s
Loading...
Searching...
No Matches
Delete.hpp
Go to the documentation of this file.
1
#ifndef DELETE_DEFINED
2
#define DELETE_DEFINED
3
4
#include <
algorithms/Algorithm.hpp
>
5
6
namespace
sisi4s
{
7
class
Delete
:
public
Algorithm
{
8
public
:
9
ALGORITHM_REGISTRAR_DECLARATION
(
Delete
);
10
Delete
(std::vector<Argument>
const
&argumentList);
11
virtual
~Delete
();
15
virtual
void
run
();
19
virtual
void
dryRun
();
20
};
21
}
// namespace sisi4s
22
23
#endif
Algorithm.hpp
ALGORITHM_REGISTRAR_DECLARATION
#define ALGORITHM_REGISTRAR_DECLARATION(NAME)
Auxiliary macro declaring the algorithm registrar for the algorithm type of the given name....
Definition
Algorithm.hpp:169
sisi4s::Algorithm
Definition
Algorithm.hpp:26
sisi4s::Delete
Definition
Delete.hpp:7
sisi4s::Delete::dryRun
virtual void dryRun()
Frees all associated dry resources of the given tensor.
Definition
Delete.cxx:25
sisi4s::Delete::run
virtual void run()
Frees all associated resources of the given tensor.
Definition
Delete.cxx:13
sisi4s::Delete::~Delete
virtual ~Delete()
Definition
Delete.cxx:11
sisi4s
Definition
Algorithm.hpp:10
src
algorithms
Delete.hpp
Generated on Tue Jan 1 1980 00:00:00 for sisi4s by
1.9.7