![]() |
ircproxy The Ultimate Cyborg |
#include <JustInTime.h>

Definition at line 141 of file JustInTime.h.
Public Member Functions | |
| JustInTimeMsgPart (MsgPart const &token) | |
| Construct a JustInTimeMsgPart with value token. | |
| virtual std::string | value (ClientSession const &) const |
| Return the underlying value. | |
| virtual void | write_to (std::ostream &os, ClientSession const &) const |
| Write the underlying token, including seperators, to an ostream. | |
Private Attributes | |
| MsgPart | M_token |
| The MsgPart. | |
| JustInTimeMsgPart::JustInTimeMsgPart | ( | MsgPart const & | token | ) | [inline] |
Construct a JustInTimeMsgPart with value token.
Definition at line 146 of file JustInTime.h.
00146 : M_token(token) { }
| virtual std::string JustInTimeMsgPart::value | ( | ClientSession const & | ) | const [inline, virtual] |
Return the underlying value.
Implements JustInTimeToken.
Definition at line 148 of file JustInTime.h.
References MessageIn::Part::len(), M_token, and MessageIn::Part::start().
| virtual void JustInTimeMsgPart::write_to | ( | std::ostream & | os, | |
| ClientSession const & | ||||
| ) | const [inline, virtual] |
Write the underlying token, including seperators, to an ostream.
Implements JustInTimeToken.
Definition at line 151 of file JustInTime.h.
References MessageIn::Part::len(), M_token, and MessageIn::Part::start().
MsgPart JustInTimeMsgPart::M_token [private] |
| Copyright © 2005-2007 Carlo Wood. All rights reserved. |
|---|