#include "ns3/attribute.h"
#include "ns3/attribute-helper.h"
#include "ns3/nstime.h"
#include <list>
#include <tuple>
Go to the source code of this file.
Classes | |
class | ns3::Batches |
Class representing sets of (time, number) tuples with support of reading writing to streams. More... | |
class | ns3::BatchesValue |
class | ns3::BatchesChecker |
Namespaces | |
ns3 | |
Copyright (c) 2011-2015 Regents of the University of California. | |
Functions | |
template<typename T1 > | |
Ptr< const AttributeAccessor > | ns3::MakeBatchesAccessor (T1 a1) |
template<typename T1 , typename T2 > | |
Ptr< const AttributeAccessor > | ns3::MakeBatchesAccessor (T1 a1, T2 a2) |
Ptr< const AttributeChecker > | ns3::MakeBatchesChecker (void) |
std::ostream & | ns3::operator<< (std::ostream &os, const Batches &batch) |
Output contents of the Batches to the std::ostream. More... | |
std::istream & | ns3::operator>> (std::istream &is, Batches &batch) |
Read components from input and add them to components. More... | |