NS-3 based Named Data Networking (NDN) simulator
ndnSIM: NDN, CCN, CCNx, content centric networks
API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
ns3::Batches Class Reference

Class representing sets of (time, number) tuples with support of reading writing to streams. More...

#include <batches.h>

Inheritance diagram for ns3::Batches:
Collaboration diagram for ns3::Batches:

Public Member Functions

 Batches ()
 Default constructor.
 
void Add (const Time &when, uint32_t amount)
 Add tuple. More...
 

Detailed Description

Class representing sets of (time, number) tuples with support of reading writing to streams.

Definition at line 36 of file batches.h.

Member Function Documentation

void ns3::Batches::Add ( const Time &  when,
uint32_t  amount 
)
inline

Add tuple.

Parameters
whentime for the tuple
amountnumber for the tuple

Definition at line 50 of file batches.h.

Referenced by ns3::operator>>().


The documentation for this class was generated from the following file: