Jlm
Public Member Functions | List of all members
jlm::tooling::Command Class Referenceabstract

Command class. More...

#include <Command.hpp>

Inheritance diagram for jlm::tooling::Command:
Inheritance graph
[legend]

Public Member Functions

virtual ~Command ()
 
virtual std::string ToString () const =0
 
virtual void Run () const
 

Detailed Description

Command class.

This class represents simple commands, such as mkdir or rm, that can be executed with the Run() method.

Definition at line 29 of file Command.hpp.

Constructor & Destructor Documentation

◆ ~Command()

jlm::tooling::Command::~Command ( )
virtualdefault

Member Function Documentation

◆ Run()

void jlm::tooling::Command::Run ( ) const
virtual

◆ ToString()

virtual std::string jlm::tooling::Command::ToString ( ) const
pure virtual

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