#include <list>#include <string>#include "ns3/object.h"
 Include dependency graph for data-collector.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ns3::DataCollector | 
| Collects data.  More... | |
Namespaces | |
| 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.  More... | |
| typedef std::list< std::pair< std::string, std::string > > | ns3::MetadataList | 
| List of pairs of strings representing metadata.  More... | |