INET Framework for OMNeT++/OMNEST
ANSAQOS::MatchNoneClassifier Class Reference

#include <AnsaQosClassifiers.h>

Inheritance diagram for ANSAQOS::MatchNoneClassifier:
ANSAQOS::Classifier

List of all members.

Public Member Functions

virtual bool classifyPacket (cMessage *msg)
virtual std::string info ()

Detailed Description

Definition at line 151 of file AnsaQosClassifiers.h.


Member Function Documentation

virtual bool ANSAQOS::MatchNoneClassifier::classifyPacket ( cMessage *  msg) [inline, virtual]

Implements ANSAQOS::Classifier.

Definition at line 155 of file AnsaQosClassifiers.h.

{return false;}
virtual std::string ANSAQOS::MatchNoneClassifier::info ( ) [inline, virtual]

Implements ANSAQOS::Classifier.

Definition at line 156 of file AnsaQosClassifiers.h.

{return "Match none";}

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