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

Manages client connection and state. [詳解]

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

[ソースコード]

クラス

class  Client
 Represents an IRC client connected to the server. [詳解]
 

詳解

Manages client connection and state.

This file defines the Client class, which handles client-specific data, such as nickname, username, authentication status, and send/receive buffers.

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