ircproxy  The Ultimate Cyborg

MatcherEventType Class Reference

#include <Matcher.h>

List of all members.


Detailed Description

The type of the argument that is returned with the callback.

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.

Constructor & Destructor Documentation

MatcherEventType::MatcherEventType ( ServerMessageIn const &  message  )  [inline]

Constructor.

Definition at line 364 of file Matcher.h.

00364 : M_message(message) { }


Member Function Documentation

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; }


Member Data Documentation

Reference to the incoming message that matches.

Definition at line 360 of file Matcher.h.


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

Copyright © 2005-2007 Carlo Wood.  All rights reserved.