name: AlgorithmUndefined: public AlgorithmBase

synopsis:

const AlgorithmUndefined Algorithm::NO_ALGORITHM;
quick start:

if (virtual_alg_d != (AlgorithmBase*)&NO_ALGORITHM) {
  delete virtual_alg_d;
}
description:

This class is not invoked directly. It is only used to represent the case where an
Algorithm object has been instantiated, but a specific algorithm has not been selected.

dependencies:

public constants:

error codes:

protected data:

required public methods:

class-specific public methods:

private methods:

examples:

notes: