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

Manages IRC commands and their execution. [詳解]

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

[ソースコード]

クラス

class  CommandManager
 Manages the registration, parsing, and execution of IRC commands. [詳解]
 

詳解

Manages IRC commands and their execution.

This file defines the CommandManager class, responsible for parsing raw messages, identifying commands, and executing the corresponding command objects.

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