Compute Graph Framework SDK Reference  5.18
dw::framework::JsonParameterProvider Member List

This is the complete list of members for dw::framework::JsonParameterProvider, including all inherited members.

data() const noexceptdw::framework::JsonParameterProvider
getBool(dw::core::StringView const &key, bool &out) constdw::framework::JsonParameterProviderprotected
getBoolByIndex(dw::core::StringView const &key, size_t const index, bool &out) constdw::framework::JsonParameterProviderprotected
getFloat32(dw::core::StringView const &key, float32_t &out) constdw::framework::JsonParameterProviderprotected
getFloat32ByIndex(dw::core::StringView const &key, size_t const index, float32_t &out) constdw::framework::JsonParameterProviderprotected
getFloat64(dw::core::StringView const &key, float64_t &out) constdw::framework::JsonParameterProviderprotected
getFloat64ByIndex(dw::core::StringView const &key, size_t const index, float64_t &out) constdw::framework::JsonParameterProviderprotected
getInt16(dw::core::StringView const &key, int16_t &out) constdw::framework::JsonParameterProviderprotected
getInt16ByIndex(dw::core::StringView const &key, size_t const index, int16_t &out) constdw::framework::JsonParameterProviderprotected
getInt32(dw::core::StringView const &key, int32_t &out) constdw::framework::JsonParameterProviderprotected
getInt32ByIndex(dw::core::StringView const &key, size_t const index, int32_t &out) constdw::framework::JsonParameterProviderprotected
getInt64(dw::core::StringView const &key, int64_t &out) constdw::framework::JsonParameterProviderprotected
getInt64ByIndex(dw::core::StringView const &key, size_t const index, int64_t &out) constdw::framework::JsonParameterProviderprotected
getInt8(dw::core::StringView const &key, int8_t &out) constdw::framework::JsonParameterProviderprotected
getInt8ByIndex(dw::core::StringView const &key, size_t const index, int8_t &out) constdw::framework::JsonParameterProviderprotected
getJson(dw::core::StringView const &key) constdw::framework::JsonParameterProviderprotected
getStringView(dw::core::StringView const &key, dw::core::StringView &out) constdw::framework::JsonParameterProviderprotected
getStringViewByIndex(dw::core::StringView const &key, size_t const index, dw::core::StringView &out) constdw::framework::JsonParameterProviderprotected
getUint16(dw::core::StringView const &key, uint16_t &out) constdw::framework::JsonParameterProviderprotected
getUint16ByIndex(dw::core::StringView const &key, size_t const index, uint16_t &out) constdw::framework::JsonParameterProviderprotected
getUint32(dw::core::StringView const &key, uint32_t &out) constdw::framework::JsonParameterProviderprotected
getUint32ByIndex(dw::core::StringView const &key, size_t const index, uint32_t &out) constdw::framework::JsonParameterProviderprotected
getUint64(dw::core::StringView const &key, uint64_t &out) constdw::framework::JsonParameterProviderprotected
getUint64ByIndex(dw::core::StringView const &key, size_t const index, uint64_t &out) constdw::framework::JsonParameterProviderprotected
getUint8(dw::core::StringView const &key, uint8_t &out) constdw::framework::JsonParameterProviderprotected
getUint8ByIndex(dw::core::StringView const &key, size_t const index, uint8_t &out) constdw::framework::JsonParameterProviderprotected
getVectorFloat32(dw::core::StringView const &key, std::vector< float32_t > &out) constdw::framework::JsonParameterProviderprotected
getVectorFloat64(dw::core::StringView const &key, std::vector< float64_t > &out) constdw::framework::JsonParameterProviderprotected
getVectorInt16(dw::core::StringView const &key, std::vector< int16_t > &out) constdw::framework::JsonParameterProviderprotected
getVectorInt32(dw::core::StringView const &key, std::vector< int32_t > &out) constdw::framework::JsonParameterProviderprotected
getVectorInt64(dw::core::StringView const &key, std::vector< int64_t > &out) constdw::framework::JsonParameterProviderprotected
getVectorInt8(dw::core::StringView const &key, std::vector< int8_t > &out) constdw::framework::JsonParameterProviderprotected
getVectorStringView(dw::core::StringView const &key, std::vector< dw::core::StringView > &out) constdw::framework::JsonParameterProviderprotected
getVectorUint16(dw::core::StringView const &key, std::vector< uint16_t > &out) constdw::framework::JsonParameterProviderprotected
getVectorUint32(dw::core::StringView const &key, std::vector< uint32_t > &out) constdw::framework::JsonParameterProviderprotected
getVectorUint64(dw::core::StringView const &key, std::vector< uint64_t > &out) constdw::framework::JsonParameterProviderprotected
getVectorUint8(dw::core::StringView const &key, std::vector< uint8_t > &out) constdw::framework::JsonParameterProviderprotected
ITypeBasedParameterProviderChild(ITypeBasedParameterProviderChild const &)=defaultdw::framework::ITypeBasedParameterProviderChildprotected
ITypeBasedParameterProviderChild(ITypeBasedParameterProviderChild &&)=defaultdw::framework::ITypeBasedParameterProviderChildprotected
ITypeBasedParameterProviderChild()=defaultdw::framework::ITypeBasedParameterProviderChild
JsonParameterProvider(JsonParameterProvider const &)=defaultdw::framework::JsonParameterProviderprotected
JsonParameterProvider(JsonParameterProvider &&)=defaultdw::framework::JsonParameterProviderprotected
JsonParameterProvider(nlohmann::json const *const data) noexceptdw::framework::JsonParameterProvider
operator=(JsonParameterProvider const &) &=defaultdw::framework::JsonParameterProviderprotected
operator=(JsonParameterProvider &&) &=defaultdw::framework::JsonParameterProviderprotected
dw::framework::ITypeBasedParameterProviderChild::operator=(ITypeBasedParameterProviderChild const &) &=defaultdw::framework::ITypeBasedParameterProviderChildprotected
dw::framework::ITypeBasedParameterProviderChild::operator=(ITypeBasedParameterProviderChild &&) &=defaultdw::framework::ITypeBasedParameterProviderChildprotected
registerAt(TypeBasedParameterProvider &provider) const overridedw::framework::JsonParameterProvidervirtual
setJson(nlohmann::json const *const data) noexceptdw::framework::JsonParameterProvider
~ITypeBasedParameterProviderChild()=defaultdw::framework::ITypeBasedParameterProviderChildvirtual
~JsonParameterProvider() override=defaultdw::framework::JsonParameterProvider