#include <Aggregate.h>
Inheritance diagram for NullKey:
Public Member Functions | |
virtual bool | operator== (const StreamKey &rhs) const |
virtual bool | operator< (const StreamKey &rhs) const |
virtual const PacketAttributeValue & | getAttrib (const PacketAttribute &attrib) const throw ( UnknownAttributeException ) |
virtual std::string | toString (void) const |
virtual bool | isBidirectional (void) const |
Does the stream represent both sides of a bidirectional flow? | |
virtual uint32_t | getDirection (const TraceIterator &packet) const |
determine the direction of a packet relative to a bidirectional StreamKey | |
Static Public Attributes | |
static const StreamKey *const | NULL_KEY = new NullKey() |
static const uint32_t | DIR_FORWARD = 0 |
static const uint32_t | DIR_REVERSE = 1 |
Friends | |
class | StreamKey |
|
operator> provided to support fast searching in a data structure Implements StreamKey. |
|
determine the direction of a packet relative to a bidirectional StreamKey
Reimplemented in FullIPv4SessionKey, IPv4Key, and TransportKey. |
|
operator< provided to support fast searching in a data structure Implements StreamKey. |
|
compare two StreamKeys for equality Implements StreamKey. |
|
Last type identifier used by a StreamKey subclass; a new StreamKey should use a type identifier one greater than this. |
|
The one instance of a NullKey, used to indicate that no key is being used (Gang of four design pattern "Singleton") |