WPILibC++ 2023.4.3-108-ge5452e3
|
This is the complete list of members for frc2::WrapperCommand, including all inherited members.
CommandHelper()=default | frc2::CommandHelper< CommandBase, WrapperCommand > | |
End(bool interrupted) override | frc2::WrapperCommand | |
Execute() override | frc2::WrapperCommand | |
GetInterruptionBehavior() const override | frc2::WrapperCommand | |
GetRequirements() const override | frc2::WrapperCommand | |
Initialize() override | frc2::WrapperCommand | |
IsFinished() override | frc2::WrapperCommand | |
m_command | frc2::WrapperCommand | protected |
RunsWhenDisabled() const override | frc2::WrapperCommand | |
ToPtr() &&override | frc2::CommandHelper< CommandBase, WrapperCommand > | inline |
TransferOwnership() &&override | frc2::CommandHelper< CommandBase, WrapperCommand > | inlineprotected |
WrapperCommand(std::unique_ptr< Command > &&command) | frc2::WrapperCommand | explicit |
WrapperCommand(T &&command) | frc2::WrapperCommand | inlineexplicit |
WrapperCommand(WrapperCommand &&other)=default | frc2::WrapperCommand | |
WrapperCommand(const WrapperCommand &other)=delete | frc2::WrapperCommand | |
WrapperCommand(WrapperCommand &)=delete | frc2::WrapperCommand |