A simple way to store test vectors (for stimulus or from responses). More...
#include <test.h>
Public Member Functions | |
void | Reserve (uint32_t reserve) |
uint32_t | Add (T vector) |
uint32_t | GetN (void) const |
T | Get (uint32_t i) const |
A simple way to store test vectors (for stimulus or from responses).