GameRC (IRC Server)  1.0.0
C++98 기반 IRC 서버 프로젝트
로딩중...
검색중...
일치하는것 없음
grc::Channel 멤버 목록

다음에 대한 모든 멤버의 목록입니다 : grc::Channel (모든 상속된 멤버들도 포함합니다.)

AddInvitedUser(const std::string &IN nickname, const User &IN user)grc::Channel
AddOperator(const std::string &IN nickname, const User &IN user)grc::Channel
AddUser(const std::string &IN nickname, const User &IN user)grc::Channel
Channel()grc::Channel
Channel(const Channel &IN channel)grc::Channelprivate
DeleteInvitedUser(const std::string &IN nickname)grc::Channel
DeleteOperator(const std::string &IN nickname)grc::Channel
DeleteTopic()grc::Channel
DeleteUser(const std::string &IN nickname)grc::Channel
GetAllUsersNickname() constgrc::Channel
GetCurrentUserCount() constgrc::Channel
GetKey() constgrc::Channel
GetMaxUserCount() constgrc::Channel
GetModeArgument() constgrc::Channel
GetModeString() constgrc::Channel
GetName() constgrc::Channel
GetOperators() constgrc::Channel
GetTopic() constgrc::Channel
GetUsers() constgrc::Channel
IsChannelEmpty() constgrc::Channel
IsInvited(const std::string &IN nickname) constgrc::Channel
IsInviteOnly() constgrc::Channel
IsKeyRequired() constgrc::Channel
IsLimitedMaxUserCount() constgrc::Channel
IsOperator(const std::string &IN nickname) constgrc::Channel
IsProtectedTopic() constgrc::Channel
IsUserExist(const std::string &IN nickname) constgrc::Channel
mbIsInviteOnlygrc::Channelprivate
mbIsKeyRequiredgrc::Channelprivate
mbIsLimitedMaxUserCountgrc::Channelprivate
mbIsProtectedTopicgrc::Channelprivate
mInvitedUsersgrc::Channelprivate
mKeygrc::Channelprivate
mMaxUserCountgrc::Channelprivate
mNamegrc::Channelprivate
mOperatorsgrc::Channelprivate
mTopicgrc::Channelprivate
mUsersgrc::Channelprivate
operator=(const Channel &IN channel)grc::Channelprivate
SetInviteOnly()grc::Channel
SetKey(const std::string &IN key)grc::Channel
SetKeyRequired()grc::Channel
SetLimitedMaxUserCount()grc::Channel
SetMaxUserCount(uint32 IN maxUserCount)grc::Channel
SetName(const std::string &IN channelName)grc::Channel
SetProtectedTopic()grc::Channel
SetTopic(const std::string &IN topic)grc::Channel
UNLIMIT 열거형 값grc::Channel
UnsetInviteOnly()grc::Channel
UnsetKeyRequired()grc::Channel
UnsetLimitedMaxUserCount()grc::Channel
UnsetProtectedTopic()grc::Channel
~Channel()grc::Channelvirtual