WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::cmd::ProxyCommand Member List

This is the complete list of members for wpi::cmd::ProxyCommand, including all inherited members.

CommandHelper()=defaultwpi::cmd::CommandHelper< Command, ProxyCommand >
End(bool interrupted) overridewpi::cmd::ProxyCommand
Initialize() overridewpi::cmd::ProxyCommand
InitSendable(wpi::util::SendableBuilder &builder) overridewpi::cmd::ProxyCommand
IsFinished() overridewpi::cmd::ProxyCommand
ProxyCommand(wpi::util::unique_function< Command *()> supplier)wpi::cmd::ProxyCommandexplicit
ProxyCommand(wpi::util::unique_function< CommandPtr()> supplier)wpi::cmd::ProxyCommandexplicit
ProxyCommand(Command *command)wpi::cmd::ProxyCommandexplicit
ProxyCommand(std::unique_ptr< Command > command)wpi::cmd::ProxyCommandexplicit
ProxyCommand(ProxyCommand &&other)=defaultwpi::cmd::ProxyCommand
ToPtr() &&overridewpi::cmd::CommandHelper< Command, ProxyCommand >inline