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

Implements the Client class. [詳解]

#include "Client.hpp"
#include "Channel.hpp"
#include <algorithm>
#include <ctime>
#include <iostream>
#include <unistd.h>
Client.cpp の依存先関係図:

[ソースコード]

詳解

Implements the Client class.

This file contains the implementation of methods for the Client class, handling client data, buffer management, and communication.

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