WPILibC++ 2023.4.3-108-ge5452e3
|
A helper class for use with objects that add themselves to SendableRegistry. More...
#include <wpi/sendable/SendableHelper.h>
Public Member Functions | |
SendableHelper (const SendableHelper &rhs)=default | |
SendableHelper & | operator= (const SendableHelper &rhs)=default |
SendableHelper (SendableHelper &&rhs) | |
SendableHelper & | operator= (SendableHelper &&rhs) |
Protected Member Functions | |
SendableHelper ()=default | |
~SendableHelper () | |
A helper class for use with objects that add themselves to SendableRegistry.
It takes care of properly calling Move() and Remove() on move and destruction. No action is taken if the object is copied. Use public inheritance with CRTP when using this class.
CRTP | derived class |
|
default |
|
inline |
|
protecteddefault |
|
inlineprotected |
|
default |
|
inline |