DNA Calib 1.1
Project brief
|
#include "dnacalib/Command.h"
Go to the source code of this file.
Classes | |
class | dnac::ConditionalCommand< TCommand, TCondition > |
ConditionalCommand is used to run a command if the specified condition is met. More... | |
Namespaces | |
namespace | dnac |
Functions | |
template<class TCommand , class TCondition > | |
ConditionalCommand< TCommand, TCondition > | dnac::makeConditional (TCommand *command, TCondition condition) |