WPILibC++
unspecified
|
Public Member Functions | |
PropertyImpl (wpi::StringRef name_) | |
PropertyImpl (wpi::StringRef name_, CS_PropertyKind kind_, int step_, int defaultValue_, int value_) | |
PropertyImpl (const PropertyImpl &oth)=delete | |
PropertyImpl & | operator= (const PropertyImpl &oth)=delete |
void | SetValue (int v) |
void | SetValue (wpi::StringRef v) |
void | SetDefaultValue (int v) |