|
xentara-cpp-control v1.0.1
The Xentara C++ Control Framework
|
This is the complete list of members for xentara::Config, including all inherited members.
| Config()=delete | xentara::Config | |
| Config(const Config &)=delete | xentara::Config | |
| getBoolean(std::string_view parameterName) const -> bool | xentara::Config | |
| getBoolean(std::string_view parameterName, bool defaultValue) const -> bool | xentara::Config | |
| getDataPoint(std::string_view parameterName) const -> Element | xentara::Config | |
| getDouble(std::string_view parameterName) const -> double | xentara::Config | |
| getDouble(std::string_view parameterName, double defaultValue) const -> double | xentara::Config | |
| getElement(std::string_view parameterName) const -> Element | xentara::Config | |
| getFloat(std::string_view parameterName) const -> float | xentara::Config | |
| getFloat(std::string_view parameterName, float defaultValue) const -> float | xentara::Config | |
| getFloat32(std::string_view parameterName) const -> float | xentara::Config | |
| getFloat32(std::string_view parameterName, float defaultValue) const -> float | xentara::Config | |
| getFloat64(std::string_view parameterName) const -> double | xentara::Config | |
| getFloat64(std::string_view parameterName, double defaultValue) const -> double | xentara::Config | |
| getInt(std::string_view parameterName) const -> int | xentara::Config | |
| getInt(std::string_view parameterName, int defaultValue) const -> int | xentara::Config | |
| getInt16(std::string_view parameterName) const -> std::int16_t | xentara::Config | |
| getInt16(std::string_view parameterName, std::int16_t defaultValue) const -> std::int16_t | xentara::Config | |
| getInt32(std::string_view parameterName) const -> std::int32_t | xentara::Config | |
| getInt32(std::string_view parameterName, std::int32_t defaultValue) const -> std::int32_t | xentara::Config | |
| getInt64(std::string_view parameterName) const -> std::int64_t | xentara::Config | |
| getInt64(std::string_view parameterName, std::int64_t defaultValue) const -> std::int64_t | xentara::Config | |
| getInt8(std::string_view parameterName) const -> std::int8_t | xentara::Config | |
| getInt8(std::string_view parameterName, std::int8_t defaultValue) const -> std::int8_t | xentara::Config | |
| getLong(std::string_view parameterName) const -> long | xentara::Config | |
| getLong(std::string_view parameterName, long defaultValue) const -> long | xentara::Config | |
| getLongLong(std::string_view parameterName) const -> long long | xentara::Config | |
| getLongLong(std::string_view parameterName, long long defaultValue) const -> long long | xentara::Config | |
| getMicroSeconds(std::string_view parameterName) const -> std::chrono::microseconds | xentara::Config | |
| getMicroSeconds(std::string_view parameterName, std::chrono::microseconds defaultValue) const -> std::chrono::microseconds | xentara::Config | |
| getMilliSeconds(std::string_view parameterName) const -> std::chrono::milliseconds | xentara::Config | |
| getMilliSeconds(std::string_view parameterName, std::chrono::milliseconds defaultValue) const -> std::chrono::milliseconds | xentara::Config | |
| getNanoSeconds(std::string_view parameterName) const -> std::chrono::nanoseconds | xentara::Config | |
| getNanoSeconds(std::string_view parameterName, std::chrono::nanoseconds defaultValue) const -> std::chrono::nanoseconds | xentara::Config | |
| getSChar(std::string_view parameterName) const -> signed char | xentara::Config | |
| getSChar(std::string_view parameterName, signed char defaultValue) const -> signed char | xentara::Config | |
| getSeconds(std::string_view parameterName) const -> std::chrono::seconds | xentara::Config | |
| getSeconds(std::string_view parameterName, std::chrono::seconds defaultValue) const -> std::chrono::seconds | xentara::Config | |
| getShort(std::string_view parameterName) const -> short | xentara::Config | |
| getShort(std::string_view parameterName, short defaultValue) const -> short | xentara::Config | |
| getString(std::string_view parameterName) const -> std::string | xentara::Config | |
| getString(std::string_view parameterName, const std::string &defaultValue) const -> std::string | xentara::Config | |
| getTimeDuration(std::string_view parameterName) const -> std::chrono::system_clock::duration | xentara::Config | |
| getTimeDuration(std::string_view parameterName, std::chrono::system_clock::duration defaultValue) const -> std::chrono::system_clock::duration | xentara::Config | |
| getU16String(std::string_view parameterName) const -> std::u16string | xentara::Config | |
| getU16String(std::string_view parameterName, const std::u16string &defaultValue) const -> std::u16string | xentara::Config | |
| getU32String(std::string_view parameterName) const -> std::u32string | xentara::Config | |
| getU32String(std::string_view parameterName, const std::u32string &defaultValue) const -> std::u32string | xentara::Config | |
| getU8String(std::string_view parameterName) const -> std::u8string | xentara::Config | |
| getU8String(std::string_view parameterName, const std::u8string &defaultValue) const -> std::u8string | xentara::Config | |
| getUChar(std::string_view parameterName) const -> unsigned char | xentara::Config | |
| getUChar(std::string_view parameterName, unsigned char defaultValue) const -> unsigned char | xentara::Config | |
| getUInt(std::string_view parameterName) const -> unsigned int | xentara::Config | |
| getUInt(std::string_view parameterName, unsigned int defaultValue) const -> unsigned int | xentara::Config | |
| getUInt16(std::string_view parameterName) const -> std::uint16_t | xentara::Config | |
| getUInt16(std::string_view parameterName, std::uint16_t defaultValue) const -> std::uint16_t | xentara::Config | |
| getUInt32(std::string_view parameterName) const -> std::uint32_t | xentara::Config | |
| getUInt32(std::string_view parameterName, std::uint32_t defaultValue) const -> std::uint32_t | xentara::Config | |
| getUInt64(std::string_view parameterName) const -> std::uint64_t | xentara::Config | |
| getUInt64(std::string_view parameterName, std::uint64_t defaultValue) const -> std::uint64_t | xentara::Config | |
| getUInt8(std::string_view parameterName) const -> std::uint8_t | xentara::Config | |
| getUInt8(std::string_view parameterName, std::uint8_t defaultValue) const -> std::uint8_t | xentara::Config | |
| getULong(std::string_view parameterName) const -> unsigned long | xentara::Config | |
| getULong(std::string_view parameterName, unsigned long defaultValue) const -> unsigned long | xentara::Config | |
| getULongLong(std::string_view parameterName) const -> unsigned long long | xentara::Config | |
| getULongLong(std::string_view parameterName, unsigned long long defaultValue) const -> unsigned long long | xentara::Config | |
| getUShort(std::string_view parameterName) const -> unsigned short | xentara::Config | |
| getUShort(std::string_view parameterName, unsigned short defaultValue) const -> unsigned short | xentara::Config | |
| getUUID(std::string_view parameterName) const -> xentara::utils::core::Uuid | xentara::Config | |
| getUUID(std::string_view parameterName, const xentara::utils::core::Uuid &defaultValue) const -> xentara::utils::core::Uuid | xentara::Config | |
| getValue(std::string_view parameterName) const -> Type | xentara::Config | |
| getValue(std::string_view parameterName, const Type &defaultValue) const -> Type | xentara::Config | |
| getWString(std::string_view parameterName) const -> std::wstring | xentara::Config | |
| getWString(std::string_view parameterName, const std::wstring &defaultValue) const -> std::wstring | xentara::Config | |
| operator=(const Config &) -> Config &=delete | xentara::Config |