File icommand.h

Parent directory (commands)

Defines the Class ICommand interface for the Command Pattern.

Definition (commands/icommand.h)

Detailed Description

Le Nhan Pham

2026

This file contains the abstract base class Class ICommand, which all concrete commands in the Namespace ComChemKit application must implement. It dictates how commands are named, described, parsed from the command line, and executed. It serves as the foundation for the application’s CLI routing and modularity.

Includes

Included By

Classes