The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

CapData Class Reference

#include <m_cap.h>

Inheritance diagram for CapData:

Inheritance graph
[legend]
Collaboration diagram for CapData:

Collaboration graph
[legend]
List of all members.

Public Attributes

irc::string type
std::vector< std::stringwanted
std::vector< std::stringack
Useruser
Modulecreator

Detailed Description

Definition at line 20 of file m_cap.h.


Member Data Documentation

std::vector<std::string> CapData::ack
 

Definition at line 25 of file m_cap.h.

Referenced by GenericCapHandler().

Module* CapData::creator
 

Definition at line 27 of file m_cap.h.

Referenced by CommandCAP::Handle().

irc::string CapData::type
 

Definition at line 23 of file m_cap.h.

Referenced by CommandCAP::Handle().

User* CapData::user
 

Definition at line 26 of file m_cap.h.

Referenced by GenericCapHandler(), and CommandCAP::Handle().

std::vector<std::string> CapData::wanted
 

Definition at line 24 of file m_cap.h.

Referenced by GenericCapHandler(), and CommandCAP::Handle().


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