![]() |
WPILibC++ 2025.3.2
|
CRTP base class for all objects that want to use joint memory. More...
#include <wpi/memory/joint_allocator.hpp>
Protected Member Functions | |
joint_type (joint j) noexcept | |
joint_type (const joint_type &)=delete | |
joint_type (joint_type &&)=delete | |
Friends | |
template<typename U > | |
detail::joint_stack & | detail::get_stack (joint_type< U > &obj) noexcept |
template<typename U > | |
const detail::joint_stack & | detail::get_stack (const joint_type< U > &obj) noexcept |
CRTP base class for all objects that want to use joint memory.
This will disable default copy/move operations and inserts additional members for the joint memory management.
|
protectednoexcept |
|
protecteddelete |
|
protecteddelete |
|
friend |
|
friend |