class FilterBase

Base class for all policy filters. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

 ~FilterBase ()

~FilterBase

[virtual]

void  configure (const string& str)

configure

[pure virtual]

Configure the filter

Parameters:

strfilter configuration.
void  reset ()

reset

[pure virtual]

Reset the filter.

Filter becomes a NO-operation -- default action should be returned everytime an acceptRoute is called.

bool  acceptRoute (VarRW& varrw)

acceptRoute

[pure virtual]

See if a route is accepted by the filter. The route may be modified by the filter [through VarRW].

Parameters:

varrwthe VarRW associated with the route being filtered.

Returns: true if the route is accepted, false otherwise.


Generated by: pavlin on possum.icir.org on Wed Aug 2 15:36:29 2006, using kdoc $.