DNA Calib 1.1
Project brief
Public Member Functions | List of all members
dnac::Command Class Referenceabstract

Command is an abstract class whose implementations are expected to modify the DNA provided in the run() method in some way. More...

#include <Command.h>

Inheritance diagram for dnac::Command:
Inheritance graph
Collaboration diagram for dnac::Command:
Collaboration graph

Public Member Functions

virtual ~Command ()
 
virtual void run (DNACalibDNAReader *output)=0
 

Detailed Description

Command is an abstract class whose implementations are expected to modify the DNA provided in the run() method in some way.

Constructor & Destructor Documentation

◆ ~Command()

dnac::Command::~Command ( )
virtualdefault

Member Function Documentation

◆ run()

virtual void dnac::Command::run ( DNACalibDNAReader output)
pure virtual

The documentation for this class was generated from the following files: