RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <PrefixMatch.h>
Public Member Functions | |
virtual bool | matchesThisIPC (const Address &addr, PDU *pdu) |
Protected Member Functions | |
virtual void | onPolicyInit () |
Protected Attributes | |
std::vector< std::string > | thisIPCAddrParsed |
std::string | any |
char | delimiter |
![]() | |
Address | thisIPCAddr |
Definition at line 32 of file PrefixMatch.h.
Reimplemented from AddressComparatorBase.
Definition at line 41 of file PrefixMatch.cc.
|
protectedvirtual |
A hook method invoked after the initial setup of policy module.
Reimplemented from AddressComparatorBase.
Definition at line 28 of file PrefixMatch.cc.
|
protected |
Definition at line 38 of file PrefixMatch.h.
Referenced by matchesThisIPC(), and onPolicyInit().
|
protected |
Definition at line 39 of file PrefixMatch.h.
Referenced by matchesThisIPC(), and onPolicyInit().
|
protected |
Definition at line 37 of file PrefixMatch.h.
Referenced by matchesThisIPC(), and onPolicyInit().