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

#include <AnsaQosClassifiers.h>

Inheritance diagram for ANSAQOS::MatchAnyClassifier:
ANSAQOS::Classifier

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 139 of file AnsaQosClassifiers.h.


Member Function Documentation

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

Implements ANSAQOS::Classifier.

Definition at line 143 of file AnsaQosClassifiers.h.

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

Implements ANSAQOS::Classifier.

Definition at line 144 of file AnsaQosClassifiers.h.

{return "Match any";}

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