struct Target

A target represents where the code should be placed. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods

Public Members


Detailed Description

A target consists of a protocol and a filter type. It identifies exactly which filter of which protocol has to be configured with this code.

string protocol

protocol

filter::Filter filter

filter

 Target ()

Target

 Target (const string& p, filter::Filter f)

Target

Construct a target [protocol/filter pair].

Parameters:

ptarget protocol.
ftarget filter.
bool  operator< (const Target& rhs)

operator<

[const]

Operator to compare Targets. Needed for STL set storage.

Parameters:

rhstarget to compare with

Returns: true if target is less than argument

bool  operator== (const Target& rhs)

operator==

[const]

bool  operator!= (const Target& rhs)

operator!=

[const]

string  str ()

str

[const]

Returns: string representation of target.


Generated by: pavlin on possum.icir.org on Thu Mar 9 04:43:28 2006, using kdoc $.