ircproxy The Ultimate Cyborg |
#include <Matcher.h>
Definition at line 358 of file Matcher.h.
Public Member Functions | |
MatcherEventType (ServerMessageIn const &message) | |
Constructor. | |
ServerMessageIn const & | message (void) const |
Accessor. | |
Private Attributes | |
ServerMessageIn const & | M_message |
Reference to the incoming message that matches. |
MatcherEventType::MatcherEventType | ( | ServerMessageIn const & | message | ) | [inline] |
ServerMessageIn const& MatcherEventType::message | ( | void | ) | const [inline] |
Accessor.
Definition at line 367 of file Matcher.h.
Referenced by operator<<(), and ServerConnection::received_first_umode().
00367 { return M_message; }
ServerMessageIn const& MatcherEventType::M_message [private] |
Copyright © 2005-2007 Carlo Wood. All rights reserved. |
---|