xentara-cpp-control v1.0.1
The Xentara C++ Control Framework
Loading...
Searching...
No Matches
xentara::Config Member List

This is the complete list of members for xentara::Config, including all inherited members.

Config()=deletexentara::Config
Config(const Config &)=deletexentara::Config
getBoolean(std::string_view parameterName) const -> boolxentara::Config
getBoolean(std::string_view parameterName, bool defaultValue) const -> boolxentara::Config
getDataPoint(std::string_view parameterName) const -> Elementxentara::Config
getDouble(std::string_view parameterName) const -> doublexentara::Config
getDouble(std::string_view parameterName, double defaultValue) const -> doublexentara::Config
getElement(std::string_view parameterName) const -> Elementxentara::Config
getFloat(std::string_view parameterName) const -> floatxentara::Config
getFloat(std::string_view parameterName, float defaultValue) const -> floatxentara::Config
getFloat32(std::string_view parameterName) const -> floatxentara::Config
getFloat32(std::string_view parameterName, float defaultValue) const -> floatxentara::Config
getFloat64(std::string_view parameterName) const -> doublexentara::Config
getFloat64(std::string_view parameterName, double defaultValue) const -> doublexentara::Config
getInt(std::string_view parameterName) const -> intxentara::Config
getInt(std::string_view parameterName, int defaultValue) const -> intxentara::Config
getInt16(std::string_view parameterName) const -> std::int16_txentara::Config
getInt16(std::string_view parameterName, std::int16_t defaultValue) const -> std::int16_txentara::Config
getInt32(std::string_view parameterName) const -> std::int32_txentara::Config
getInt32(std::string_view parameterName, std::int32_t defaultValue) const -> std::int32_txentara::Config
getInt64(std::string_view parameterName) const -> std::int64_txentara::Config
getInt64(std::string_view parameterName, std::int64_t defaultValue) const -> std::int64_txentara::Config
getInt8(std::string_view parameterName) const -> std::int8_txentara::Config
getInt8(std::string_view parameterName, std::int8_t defaultValue) const -> std::int8_txentara::Config
getLong(std::string_view parameterName) const -> longxentara::Config
getLong(std::string_view parameterName, long defaultValue) const -> longxentara::Config
getLongLong(std::string_view parameterName) const -> long longxentara::Config
getLongLong(std::string_view parameterName, long long defaultValue) const -> long longxentara::Config
getMicroSeconds(std::string_view parameterName) const -> std::chrono::microsecondsxentara::Config
getMicroSeconds(std::string_view parameterName, std::chrono::microseconds defaultValue) const -> std::chrono::microsecondsxentara::Config
getMilliSeconds(std::string_view parameterName) const -> std::chrono::millisecondsxentara::Config
getMilliSeconds(std::string_view parameterName, std::chrono::milliseconds defaultValue) const -> std::chrono::millisecondsxentara::Config
getNanoSeconds(std::string_view parameterName) const -> std::chrono::nanosecondsxentara::Config
getNanoSeconds(std::string_view parameterName, std::chrono::nanoseconds defaultValue) const -> std::chrono::nanosecondsxentara::Config
getSChar(std::string_view parameterName) const -> signed charxentara::Config
getSChar(std::string_view parameterName, signed char defaultValue) const -> signed charxentara::Config
getSeconds(std::string_view parameterName) const -> std::chrono::secondsxentara::Config
getSeconds(std::string_view parameterName, std::chrono::seconds defaultValue) const -> std::chrono::secondsxentara::Config
getShort(std::string_view parameterName) const -> shortxentara::Config
getShort(std::string_view parameterName, short defaultValue) const -> shortxentara::Config
getString(std::string_view parameterName) const -> std::stringxentara::Config
getString(std::string_view parameterName, const std::string &defaultValue) const -> std::stringxentara::Config
getTimeDuration(std::string_view parameterName) const -> std::chrono::system_clock::durationxentara::Config
getTimeDuration(std::string_view parameterName, std::chrono::system_clock::duration defaultValue) const -> std::chrono::system_clock::durationxentara::Config
getU16String(std::string_view parameterName) const -> std::u16stringxentara::Config
getU16String(std::string_view parameterName, const std::u16string &defaultValue) const -> std::u16stringxentara::Config
getU32String(std::string_view parameterName) const -> std::u32stringxentara::Config
getU32String(std::string_view parameterName, const std::u32string &defaultValue) const -> std::u32stringxentara::Config
getU8String(std::string_view parameterName) const -> std::u8stringxentara::Config
getU8String(std::string_view parameterName, const std::u8string &defaultValue) const -> std::u8stringxentara::Config
getUChar(std::string_view parameterName) const -> unsigned charxentara::Config
getUChar(std::string_view parameterName, unsigned char defaultValue) const -> unsigned charxentara::Config
getUInt(std::string_view parameterName) const -> unsigned intxentara::Config
getUInt(std::string_view parameterName, unsigned int defaultValue) const -> unsigned intxentara::Config
getUInt16(std::string_view parameterName) const -> std::uint16_txentara::Config
getUInt16(std::string_view parameterName, std::uint16_t defaultValue) const -> std::uint16_txentara::Config
getUInt32(std::string_view parameterName) const -> std::uint32_txentara::Config
getUInt32(std::string_view parameterName, std::uint32_t defaultValue) const -> std::uint32_txentara::Config
getUInt64(std::string_view parameterName) const -> std::uint64_txentara::Config
getUInt64(std::string_view parameterName, std::uint64_t defaultValue) const -> std::uint64_txentara::Config
getUInt8(std::string_view parameterName) const -> std::uint8_txentara::Config
getUInt8(std::string_view parameterName, std::uint8_t defaultValue) const -> std::uint8_txentara::Config
getULong(std::string_view parameterName) const -> unsigned longxentara::Config
getULong(std::string_view parameterName, unsigned long defaultValue) const -> unsigned longxentara::Config
getULongLong(std::string_view parameterName) const -> unsigned long longxentara::Config
getULongLong(std::string_view parameterName, unsigned long long defaultValue) const -> unsigned long longxentara::Config
getUShort(std::string_view parameterName) const -> unsigned shortxentara::Config
getUShort(std::string_view parameterName, unsigned short defaultValue) const -> unsigned shortxentara::Config
getUUID(std::string_view parameterName) const -> xentara::utils::core::Uuidxentara::Config
getUUID(std::string_view parameterName, const xentara::utils::core::Uuid &defaultValue) const -> xentara::utils::core::Uuidxentara::Config
getValue(std::string_view parameterName) const -> Typexentara::Config
getValue(std::string_view parameterName, const Type &defaultValue) const -> Typexentara::Config
getWString(std::string_view parameterName) const -> std::wstringxentara::Config
getWString(std::string_view parameterName, const std::wstring &defaultValue) const -> std::wstringxentara::Config
operator=(const Config &) -> Config &=deletexentara::Config