Jpp test-rotations-new
the software that should make you happy
|
#include <parser.h>
Public Member Functions | |
bool | operator== (const Waveform< T > &rhs) const |
bool | operator!= (const Waveform< T > &rhs) const |
Public Attributes | |
int | id |
std::vector< T > | samples |
Friends | |
std::ostream & | operator<< (std::ostream &out, const Waveform< T > &waveform) |
|
friend |
std::vector<T> Waveform< T >::samples |