A Discrete-Event Network Simulator
API
attribute-container-test-suite.cc File Reference
#include <ns3/test.h>
#include <ns3/log.h>
#include <ns3/attribute-container.h>
#include <ns3/attribute-container-accessor-helper.h>
#include <ns3/pair.h>
#include <ns3/double.h>
#include <ns3/integer.h>
#include <ns3/string.h>
#include <ns3/ptr.h>
#include <ns3/object.h>
#include <ns3/type-id.h>
#include <list>
#include <vector>
#include <map>
#include <algorithm>
#include <iterator>
#include <sstream>
#include <utility>
+ Include dependency graph for attribute-container-test-suite.cc:

Go to the source code of this file.

Classes

class  AttributeContainerObject
 
class  AttributeContainerSerializationTestCase
 
class  AttributeContainerSetGetTestCase
 
class  AttributeContainerTestCase
 
class  AttributeContainerTestSuite
 

Functions

std::ostream & operator<< (std::ostream &os, const AttributeContainerObject &obj)
 
template<class A , class B , class C , class D >
bool operator== (const std::pair< A, B > &x, const std::pair< C, D > &y)
 

Variables

static AttributeContainerTestSuite AttributeContainerTestSuite
 Static variable for test initialization. More...
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const AttributeContainerObject obj 
)

◆ operator==()

template<class A , class B , class C , class D >
bool operator== ( const std::pair< A, B > &  x,
const std::pair< C, D > &  y 
)

Definition at line 128 of file attribute-container-test-suite.cc.

References sample-rng-plot::x.

Variable Documentation

◆ AttributeContainerTestSuite

Static variable for test initialization.

Definition at line 433 of file attribute-container-test-suite.cc.