Siena Fast Forwarding documentation (v. 1.0.0)

Main Page   Class Hierarchy   Compound List   File List   Compound Members   Examples  

IProcessor Class Reference

#include <fwd_table.h>

List of all members.

Public Methods

virtual bool output (if_t)=0


Detailed Description

the matching function doesn't actually produce an output. Instead, it delegates the processing of matching interfaces to a specialized "output" processor. This base class defines the interface if such an output processor.


Member Function Documentation

virtual bool IProcessor::output if_t    [pure virtual]
 

output function.

This function is called within the matching function of the forwarding table. The parameter is the interface identifier of the matching interface. This function may explicitly cause the matching function to terminate by returning true result.


The documentation for this class was generated from the following file:
Copyright © 2001-2002 University of Colorado.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". This documentation is authored and maintained by Antonio Carzaniga