A Discrete-Event Network Simulator
API
Pair Attribute

AttributeValue implementation for Pair. More...

+ Collaboration diagram for Pair Attribute:

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

AttributeValue 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 245 of file pair.h.