A Discrete-Event Network Simulator
API
Pair Attribute


Attribute implementation for Pair More...

Classes

class  ns3::PairChecker
 
AttributeChecker implementation for PairValue. More...
 
class  ns3::PairValue< A, B >
 Hold objects of type std::pair<A, B>. More...
 

Functions

template<class A , class B >
Ptr< AttributeCheckerns3::MakePairChecker (void)
 Make a PairChecker without abscissa and ordinate AttributeCheckers. More...
 

Detailed Description


Attribute implementation for Pair

Function Documentation

◆ MakePairChecker()

template<class A , class B >
ns3::Ptr< const ns3::AttributeChecker > ns3::MakePairChecker ( void  )

Make a PairChecker without abscissa and ordinate AttributeCheckers.


Returns
Pointer to PairChecker instance.
The AttributeChecker.
See also
AttributeChecker

Definition at line 231 of file pair.h.