#include <assignor.h>
Public Member Functions | |
virtual void | Assign (Ptr< Tuple > tuple) |
Assigns the attribute to the given tuple. | |
Static Public Member Functions | |
static Ptr< Assignor > | New (string target, Ptr< Expression > expr) |
Factory method for creating a new assignor. | |
Protected Attributes | |
string | m_target |
Name of the target attribute. |
static Ptr<Assignor> ns3::rapidnet::Assignor::New | ( | string | target, | |
Ptr< Expression > | expr | |||
) | [static] |
Factory method for creating a new assignor.
target | Name of the attribute to be assigned. | |
expr | The |