|  | WPILibC++ 2025.3.2
    | 
This is the complete list of members for frc::Preferences, including all inherited members.
| ContainsKey(std::string_view key) | frc::Preferences | static | 
| GetBoolean(std::string_view key, bool defaultValue=false) | frc::Preferences | static | 
| GetDouble(std::string_view key, double defaultValue=0.0) | frc::Preferences | static | 
| GetFloat(std::string_view key, float defaultValue=0.0) | frc::Preferences | static | 
| GetInt(std::string_view key, int defaultValue=0) | frc::Preferences | static | 
| GetKeys() | frc::Preferences | static | 
| GetLong(std::string_view key, int64_t defaultValue=0) | frc::Preferences | static | 
| GetString(std::string_view key, std::string_view defaultValue="") | frc::Preferences | static | 
| InitBoolean(std::string_view key, bool value) | frc::Preferences | static | 
| InitDouble(std::string_view key, double value) | frc::Preferences | static | 
| InitFloat(std::string_view key, float value) | frc::Preferences | static | 
| InitInt(std::string_view key, int value) | frc::Preferences | static | 
| InitLong(std::string_view key, int64_t value) | frc::Preferences | static | 
| InitString(std::string_view key, std::string_view value) | frc::Preferences | static | 
| Remove(std::string_view key) | frc::Preferences | static | 
| RemoveAll() | frc::Preferences | static | 
| SetBoolean(std::string_view key, bool value) | frc::Preferences | static | 
| SetDouble(std::string_view key, double value) | frc::Preferences | static | 
| SetFloat(std::string_view key, float value) | frc::Preferences | static | 
| SetInt(std::string_view key, int value) | frc::Preferences | static | 
| SetLong(std::string_view key, int64_t value) | frc::Preferences | static | 
| SetString(std::string_view key, std::string_view value) | frc::Preferences | static |