WPILibC++ 2023.4.3-108-ge5452e3
|
This is the complete list of members for frc2::ProxyCommand, including all inherited members.
CommandHelper()=default | frc2::CommandHelper< CommandBase, ProxyCommand > | |
End(bool interrupted) override | frc2::ProxyCommand | |
Execute() override | frc2::ProxyCommand | |
Initialize() override | frc2::ProxyCommand | |
InitSendable(wpi::SendableBuilder &builder) override | frc2::ProxyCommand | |
IsFinished() override | frc2::ProxyCommand | |
ProxyCommand(wpi::unique_function< Command *()> supplier) | frc2::ProxyCommand | explicit |
ProxyCommand(Command *command) | frc2::ProxyCommand | explicit |
ProxyCommand(std::unique_ptr< Command > command) | frc2::ProxyCommand | explicit |
ProxyCommand(ProxyCommand &&other)=default | frc2::ProxyCommand | |
ToPtr() &&override | frc2::CommandHelper< CommandBase, ProxyCommand > | inline |
TransferOwnership() &&override | frc2::CommandHelper< CommandBase, ProxyCommand > | inlineprotected |