WPILibC++ 2023.4.3-108-ge5452e3
|
Represents the actual value of a symbol identified by its tag. More...
Public Member Functions | |
SymbolValue (Index val) | |
Default constructor from the value val. More... | |
Index | value () const |
Protected Attributes | |
Index | m_value |
Represents the actual value of a symbol identified by its tag.
It is the return type of SymbolValue::operator=, and most of the time this is only way it is used.
|
inline |
Default constructor from the value val.
|
inline |
|
protected |