MCPcopy Create free account
hub / github.com/astra-toolbox/astra-toolbox / CAlgorithm

Function CAlgorithm

include/astra/Algorithm.h:49–52  ·  view source on GitHub ↗

Destructor. */

Source from the content-addressed store, hash-verified

47 /** Destructor.
48 */
49 virtual ~CAlgorithm();
50
51 // Delete copy ctor/operator to prevent copying Algorithm objects
52 CAlgorithm(const CAlgorithm&)=delete;
53 CAlgorithm& operator=(const CAlgorithm&)=delete;
54
55 /** Initialize the algorithm with a config object.

Callers 1

Algorithm.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected