mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
26 lines
404 B
YAML
26 lines
404 B
YAML
classes:
|
|
wpi::Preferences:
|
|
methods:
|
|
GetKeys:
|
|
GetString:
|
|
GetInt:
|
|
GetDouble:
|
|
GetFloat:
|
|
GetBoolean:
|
|
GetLong:
|
|
SetString:
|
|
InitString:
|
|
SetInt:
|
|
InitInt:
|
|
SetDouble:
|
|
InitDouble:
|
|
SetFloat:
|
|
InitFloat:
|
|
SetBoolean:
|
|
InitBoolean:
|
|
SetLong:
|
|
InitLong:
|
|
ContainsKey:
|
|
Remove:
|
|
RemoveAll:
|