#include "ns3/object.h"
#include <list>
#include <string>
Go to the source code of this file.
Classes | |
class | ns3::DataCollector |
Collects data. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
typedef std::list< Ptr< DataCalculator > > | ns3::DataCalculatorList |
List of Ptrs to DataCalculator objects. | |
typedef std::list< std::pair< std::string, std::string > > | ns3::MetadataList |
List of pairs of strings representing metadata. | |