WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::Preferences Member List

This is the complete list of members for wpi::Preferences, including all inherited members.

ContainsKey(std::string_view key)wpi::Preferencesstatic
GetBoolean(std::string_view key, bool defaultValue=false)wpi::Preferencesstatic
GetDouble(std::string_view key, double defaultValue=0.0)wpi::Preferencesstatic
GetFloat(std::string_view key, float defaultValue=0.0)wpi::Preferencesstatic
GetInt(std::string_view key, int defaultValue=0)wpi::Preferencesstatic
GetKeys()wpi::Preferencesstatic
GetLong(std::string_view key, int64_t defaultValue=0)wpi::Preferencesstatic
GetString(std::string_view key, std::string_view defaultValue="")wpi::Preferencesstatic
InitBoolean(std::string_view key, bool value)wpi::Preferencesstatic
InitDouble(std::string_view key, double value)wpi::Preferencesstatic
InitFloat(std::string_view key, float value)wpi::Preferencesstatic
InitInt(std::string_view key, int value)wpi::Preferencesstatic
InitLong(std::string_view key, int64_t value)wpi::Preferencesstatic
InitString(std::string_view key, std::string_view value)wpi::Preferencesstatic
Remove(std::string_view key)wpi::Preferencesstatic
RemoveAll()wpi::Preferencesstatic
SetBoolean(std::string_view key, bool value)wpi::Preferencesstatic
SetDouble(std::string_view key, double value)wpi::Preferencesstatic
SetFloat(std::string_view key, float value)wpi::Preferencesstatic
SetInt(std::string_view key, int value)wpi::Preferencesstatic
SetLong(std::string_view key, int64_t value)wpi::Preferencesstatic
SetString(std::string_view key, std::string_view value)wpi::Preferencesstatic