DNA Calib 1.1
Project brief
Classes | Namespaces | Functions
ConditionalCommand.h File Reference
#include "dnacalib/Command.h"
Include dependency graph for ConditionalCommand.h:
This graph shows which files directly or indirectly include this file:

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)