Class representing sets of (time, number) tuples with support of reading writing to streams. More...
#include <batches.h>


Public Member Functions | |
| Batches () | |
| Default constructor. | |
| 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.
|
inline |
Add tuple.
| when | time for the tuple |
| amount | number for the tuple |
Definition at line 50 of file batches.h.
Referenced by ns3::operator>>().