WPILibC++ 2023.4.3-108-ge5452e3
|
CRTP implementation to allow polymorphic decorator functions in Command. More...
#include <frc2/command/CommandHelper.h>
Public Member Functions | |
CommandHelper ()=default | |
CommandPtr | ToPtr () &&override |
Protected Member Functions | |
std::unique_ptr< Command > | TransferOwnership () &&override |
CRTP implementation to allow polymorphic decorator functions in Command.
Note: ALWAYS create a subclass by extending CommandHelper<Base, Subclass>, or decorators will not function!
This class is provided by the NewCommands VendorDep
|
default |
|
inlineoverride |
|
inlineoverrideprotected |