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

HashNameRequest Class Reference

Send this class to the hashing module to query for its name. More...

#include <m_hash.h>

Inheritance diagram for HashNameRequest:

Inheritance graph
[legend]
Collaboration diagram for HashNameRequest:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 HashNameRequest (Module *Me, Module *Target)
 Initialize HashNameRequest for sending.

Detailed Description

Send this class to the hashing module to query for its name.

Example:

 cout << "Using hash algorithm: " << HashNameRequest(this, HashModule).Send();

Definition at line 82 of file m_hash.h.


Constructor & Destructor Documentation

HashNameRequest::HashNameRequest Module Me,
Module Target
[inline]
 

Initialize HashNameRequest for sending.

Parameters:
Me A pointer to the sending module
Target A pointer to the hashing module

Definition at line 89 of file m_hash.h.


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