existName(const ParamName &name) const | blockfactory::core::Parameters | |
getBoolParameters() const | blockfactory::core::Parameters | |
getDoubleParameters() const | blockfactory::core::Parameters | |
getIntParameters() const | blockfactory::core::Parameters | |
getNumberOfParameters() const | blockfactory::core::Parameters | |
getParameter(const ParamName &name, T ¶m) const | blockfactory::core::Parameters | |
getParameter(const ParamName &name, std::vector< T > ¶m) const | blockfactory::core::Parameters | |
getParameterMetadata(const ParamName &name) | blockfactory::core::Parameters | |
getParamIndex(const ParamName &name) const | blockfactory::core::Parameters | |
getParamName(const ParamIndex &index) const | blockfactory::core::Parameters | |
getStringParameters() const | blockfactory::core::Parameters | |
operator=(const Parameters &other) | blockfactory::core::Parameters | |
Parameters() | blockfactory::core::Parameters | |
Parameters(const blockfactory::core::Parameters &other) | blockfactory::core::Parameters | |
ParamIndex typedef | blockfactory::core::Parameters | |
ParamName typedef | blockfactory::core::Parameters | |
storeParameter(const T ¶m, const blockfactory::core::ParameterMetadata ¶mMetadata) | blockfactory::core::Parameters | |
storeParameter(const std::vector< T > ¶m, const blockfactory::core::ParameterMetadata ¶mMetadata) | blockfactory::core::Parameters | |
storeParameter(const Parameter< T > ¶meter) | blockfactory::core::Parameters | |
~Parameters() | blockfactory::core::Parameters | |