#include <StrMod/TelnetChunkerData.h>
Inheritance diagram for strmod::strmod::TelnetChunker::OptionNegotiation:

Public Methods | |
| OptionNegotiation (TelnetChars::OptionNegotiations request, U1Byte type) | |
| virtual int | AreYouA (const lcore::ClassIdent &cid) const |
| Asks if a class is of a particular type, or publicly derived from that type. | |
| virtual unsigned int | Length () const |
| Number of octets this chunk takes up. May be deprecated. | |
| TelnetChars::OptionNegotiations | getRequest () const |
| What kind of negotiation is being made? | |
| U1Byte | getType () const |
| What option is being negotiated? | |
Static Public Attributes | |
| const STR_ClassIdent | identifier |
| A unique identifier for this class. | |
Protected Methods | |
| virtual const lcore::ClassIdent * | i_GetIdent () const |
| See class Protocol. | |
| virtual void | acceptVisitor (ChunkVisitor &visitor) throw (ChunkVisitor::halt_visitation) |
| Accept a ChunkVisitor, and maybe lead it through your children. | |
Definition at line 170 of file TelnetChunkerData.h.
|
||||||||||||
|
Definition at line 266 of file TelnetChunkerData.h. |
|
|
Asks if a class is of a particular type, or publicly derived from that type. Overriden in every derived class (with a static identifier member) to compare against the identifier, then call the AreYouA methods of all the superclasses.
Reimplemented from strmod::strmod::TelnetChunker::TelnetData. Definition at line 278 of file TelnetChunkerData.h. |
1.3-rc1