A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::TestVectors< T > Class Template Reference

A simple way to store test vectors (for stimulus or from responses) More...

#include <test.h>

Public Member Functions

uint32_t Add (T vector)
 
Get (uint32_t i) const
 
uint32_t GetN (void) const
 
void Reserve (uint32_t reserve)
 

Private Types

typedef std::vector< T > TestVector
 

Private Member Functions

 TestVectors (const TestVectors &tv)
 
TestVectorsoperator= (const TestVectors &tv)
 
bool operator== (const TestVectors &tv) const
 

Private Attributes

TestVector m_vectors
 

Detailed Description

template<typename T>
class ns3::TestVectors< T >

A simple way to store test vectors (for stimulus or from responses)

Definition at line 1013 of file test.h.


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