Class representing sets of (time, number) tuples with support of reading writing to streams. More...
#include <batches.hpp>
Public Member Functions | |
Batches () | |
Default constructor. More... | |
void | Add (const Time &when, uint32_t amount) |
Add tuple. More... | |
Class representing sets of (time, number) tuples with support of reading writing to streams.
Definition at line 36 of file batches.hpp.
|
inline |
Default constructor.
Definition at line 41 of file batches.hpp.
|
inline |
Add tuple.
when | time for the tuple |
amount | number for the tuple |
Definition at line 49 of file batches.hpp.
Referenced by ns3::operator>>().