ns3::rapidnet::FSvRemove Class Reference
[RapidNet Functions]
FA RapidNet function that hashes a given ID (string) out from a new summary vector.
More...
#include <rapidnet-functions.h>
List of all members.
|
Public Member Functions |
virtual Ptr< Value > | Eval (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
FA RapidNet function that hashes a given ID (string) out from a new summary vector.
- Returns:
- The resultant summary vector, type:SV
Example: ResultSV := f_svremove(SV, ID), SV is not affected
Member Function Documentation
virtual Ptr<Value> ns3::rapidnet::FSvRemove::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:
- src/rapidnet/rapidnet-functions.h