HashNameRequest Class Reference
Send this class to the hashing module to query for its name.
More...
#include <m_hash.h>
Inheritance diagram for HashNameRequest:
[legend]Collaboration diagram for HashNameRequest:
[legend]List of all members.
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: