#include <ArrayPayload.h>
Public Member Functions | |
bool | operator!= (const Param &rhs) const |
bool | operator== (const Param &rhs) const |
Param () | |
Param (int seed) | |
Public Attributes | |
int | p_i |
std::string | p_s |
Definition at line 8 of file ArrayPayload.h.
Param::Param | ( | ) |
Definition at line 4 of file ArrayPayload.cc.
Param::Param | ( | int | seed | ) |
Definition at line 9 of file ArrayPayload.cc.
References p_s, fileCollector::seed, and contentValuesCheck::ss.
bool Param::operator!= | ( | const Param & | rhs | ) | const |
bool Param::operator== | ( | const Param & | rhs | ) | const |
int Param::p_i |
Definition at line 11 of file ArrayPayload.h.
Referenced by operator==().
std::string Param::p_s |
Definition at line 12 of file ArrayPayload.h.
Referenced by operator==(), and Param().