ft_irc 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
ICommand.hpp ファイル

Interface for all IRC commands. [詳解]

#include <string>
#include <vector>
ICommand.hpp の依存先関係図:
被依存関係図:

[ソースコード]

クラス

class  ICommand
 Abstract base class (interface) for all IRC commands. [詳解]
 

詳解

Interface for all IRC commands.

This file defines the ICommand interface, which all specific IRC command classes must implement. It ensures a common execute method for command processing.

ICommand.hpp に定義があります。