Public Member Functions | |
Parameters (const std::array< ParameterName, N > &_names, const std::array< double, N > &_vals) | |
unsigned int | size () |
ParameterReference | operator[] (size_t idx) |
ParameterConstReference | operator[] (size_t idx) const |
template<class Archive > | |
void | serialize (Archive &ar) |
Public Attributes | |
std::array< ParameterName, N > | names |
std::array< double, N > | vals |
std::array< ParameterState, N > | states |