struct Code

This structure represents the intermediate language code. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Types

Public Methods

Public Members


Detailed Description

It contains the actual code for the policy, its target, and names of the sets referenced. It also contains the policytags referenced.

Target (struct)

Target

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.

typedef set<Target> TargetSet

TargetSet

string  str ()

str

Returns: string representation of code.

Code&  operator += (const Code& rhs)

operator +=

Appends code to current code. It enables for chunks of code to be linked.

Parameters:

rhscode to link.

Returns: reference update code.

Target _target

_target

string _code

_code

set<string> _sets

_sets

typedef set<uint32_t> TagSet

TagSet

set<string> _source_protos

_source_protos

TagSet _tags

_tags


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