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

Core IRC server implementation. [詳解]

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

[ソースコード]

クラス

class  Server
 Implements the core IRC server functionality as a Singleton. [詳解]
 

マクロ定義

#define UNREGISTERED_CLIENT_TIMEOUT   30
 

変数

volatile bool g_running
 

詳解

Core IRC server implementation.

This file defines the Server class, which manages client connections, channels, and command processing. It implements the main server loop and event handling.

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

マクロ定義詳解

◆ UNREGISTERED_CLIENT_TIMEOUT

#define UNREGISTERED_CLIENT_TIMEOUT   30

Server.hpp31 行目に定義があります。

変数詳解

◆ g_running

volatile bool g_running
extern

main.cpp13 行目に定義があります。