RINASim  October 2016
Documentation of framework for OMNeT++
PrefixMatch Class Reference

#include <PrefixMatch.h>

Inheritance diagram for PrefixMatch:
AddressComparatorBase

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
 
- Protected Attributes inherited from AddressComparatorBase
Address thisIPCAddr
 

Detailed Description

Definition at line 32 of file PrefixMatch.h.

Member Function Documentation

bool PrefixMatch::matchesThisIPC ( const Address addr,
PDU pdu 
)
virtual

Reimplemented from AddressComparatorBase.

Definition at line 41 of file PrefixMatch.cc.

void PrefixMatch::onPolicyInit ( )
protectedvirtual

A hook method invoked after the initial setup of policy module.

Reimplemented from AddressComparatorBase.

Definition at line 28 of file PrefixMatch.cc.

Member Data Documentation

std::string PrefixMatch::any
protected

Definition at line 38 of file PrefixMatch.h.

Referenced by matchesThisIPC(), and onPolicyInit().

char PrefixMatch::delimiter
protected

Definition at line 39 of file PrefixMatch.h.

Referenced by matchesThisIPC(), and onPolicyInit().

std::vector<std::string> PrefixMatch::thisIPCAddrParsed
protected

Definition at line 37 of file PrefixMatch.h.

Referenced by matchesThisIPC(), and onPolicyInit().


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