#include <string.h>
Go to the source code of this file.
Classes | |
class | ACompareNodesAlgorithm< Data, ConfigData > |
Abstract, templated compare algorithm class. More... | |
class | SimpleCompareNodesAlgorithm< Data, ConfigData > |
templated compare algorithm class More... | |
class | CompareFunctionCompareNodesAlgorithm< Data, ConfigData > |
templated compare algorithm class More... | |
Defines | |
#define | min(a, b) ((a)<(b)?(a):(b)) |
find the minimum of two values |
Definition in file CompareAlgorithms.h.