ns3::rapidnet::FSvAndNot Class Reference
[RapidNet Functions]

A RapidNet function that computes the andNot result of two summary vectors: (SV_1 & (~ SV_2)). More...

#include <rapidnet-functions.h>

Inheritance diagram for ns3::rapidnet::FSvAndNot:

Inheritance graph
[legend]
Collaboration diagram for ns3::rapidnet::FSvAndNot:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual Ptr< ValueEval (Ptr< Tuple > tuple)
 Evaluates the expression against the given tuple. Note that all expressions are evaluated only against a tuple. The expression may use attributes of the tuple by using a VarExpr object. Or it may not use any attributes at all.


Detailed Description

A RapidNet function that computes the andNot result of two summary vectors: (SV_1 & (~ SV_2)).

Returns:
The result summary vector, type:SvValue
Example: ResultSV := f_svandnot(SV_1, SV_2), SV_1 and SV_2 are not affected

Member Function Documentation

virtual Ptr<Value> ns3::rapidnet::FSvAndNot::Eval ( Ptr< Tuple tuple  )  [virtual]

Evaluates the expression against the given tuple. Note that all expressions are evaluated only against a tuple. The expression may use attributes of the tuple by using a VarExpr object. Or it may not use any attributes at all.

See also:
VarExpr

Implements ns3::rapidnet::FunctionExpr.


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

Generated on Fri Apr 9 15:01:11 2010 for NS-3 by  doxygen 1.5.8