MyNick Class Reference
#include <Nick.h>
List of all members.
Detailed Description
My own nick name.
Definition at line 235 of file Nick.h.
|
Public Member Functions |
| MyNick (Identity &identity) |
| Construct my own nick.
|
virtual bool | is_me (void) const |
| Return true if this is my nick.
|
Private Attributes |
Array< std::string > | M_clientside_out_name |
| The output nick name as function of the client session.
|
Array< std::string > | M_serverside_out_name |
| The output nick name as function of the server session.
|
Constructor & Destructor Documentation
MyNick::MyNick |
( |
Identity & |
identity |
) |
[inline] |
Construct my own nick.
Definition at line 242 of file Nick.h.
00242 : Nick(identity) { }
Member Function Documentation
virtual bool MyNick::is_me |
( |
void |
|
) |
const [inline, virtual] |
Return true if this is my nick.
Reimplemented from Nick.
Definition at line 245 of file Nick.h.
Member Data Documentation
The output nick name as function of the client session.
Definition at line 237 of file Nick.h.
The output nick name as function of the server session.
Definition at line 238 of file Nick.h.
The documentation for this class was generated from the following files: