IRC SERVER
The goal of this project is to make you write your own IRC server.
Operator Class Reference

#include <Operator.hpp>

Inheritance diagram for Operator:
Inheritance graph
Collaboration diagram for Operator:
Collaboration graph

Public Member Functions

 Operator ()
 
bool validate (void)
 
void add ()
 
void remove ()
 
- Public Member Functions inherited from ChannelModeType
 ChannelModeType ()
 
void execute ()
 
void setMode (ChannelMode mode)
 
void setSign (ModeSign sign)
 
void setChannel (Channel *channel)
 
void setParams (std::map< size_t, std::string > params)
 
void setSender (Client *sender)
 
void setServer (Server *server)
 
virtual ~ChannelModeType ()
 

Additional Inherited Members

- Public Attributes inherited from ChannelModeType
ChannelMode _mode
 
char _identifier
 
ModeSign _sign
 
Channel_channel
 
std::map< size_t, std::string > _params
 
Client_sender
 
Server_server
 

Constructor & Destructor Documentation

◆ Operator()

Operator::Operator ( )
inline

Member Function Documentation

◆ add()

void Operator::add ( )
inlinevirtual

Implements ChannelModeType.

Here is the call graph for this function:

◆ remove()

void Operator::remove ( )
inlinevirtual

Implements ChannelModeType.

Here is the call graph for this function:

◆ validate()

bool Operator::validate ( void  )
inlinevirtual

Reimplemented from ChannelModeType.

Here is the call graph for this function:

The documentation for this class was generated from the following file: