Pairs tests. More...
#include "ns3/double.h"#include "ns3/integer.h"#include "ns3/log.h"#include "ns3/object.h"#include "ns3/pair.h"#include "ns3/ptr.h"#include "ns3/string.h"#include "ns3/test.h"#include "ns3/type-id.h"#include <algorithm>#include <iterator>#include <sstream>#include <utility> Include dependency graph for pair-value-test-suite.cc:
 Include dependency graph for pair-value-test-suite.cc:Go to the source code of this file.
| Classes | |
| class | PairObject | 
| Object holding pairs of values.  More... | |
| class | PairValueSettingsTestCase | 
| Pair test - test setting through attribute interface.  More... | |
| class | PairValueTestCase | 
| Pair test - Test instantiation, initialization, access.  More... | |
| class | PairValueTestSuite | 
| The pair-value Test Suite.  More... | |
| Functions | |
| std::ostream & | operator<< (std::ostream &os, const PairObject &obj) | 
| Stream insertion operator. | |
| Variables | |
| static PairValueTestSuite | g_pairValueTestSuite | 
| Static variable for test initialization. | |
Pairs tests.
Definition in file pair-value-test-suite.cc.
| std::ostream & operator<< | ( | std::ostream & | os, | 
| const PairObject & | obj ) | 
Stream insertion operator.
| [in] | os | The reference to the output stream. | 
| [in] | obj | The PairObject. | 
Definition at line 102 of file pair-value-test-suite.cc.
| 
 | static | 
Static variable for test initialization.
Definition at line 209 of file pair-value-test-suite.cc.