AgIsoStack++
A control-function-focused implementation of the major ISOBUS and J1939 protocols
|
This is a way to protect functions on public interfaces from being accessed by objects that shouldn't access them. More...
#include <can_badge.hpp>
This is a way to protect functions on public interfaces from being accessed by objects that shouldn't access them.
This class was inspired from SerenityOS. It's a way to avoid friends. It protects functions on a class's public interface from being called by types that were not explicitly allowed in the function signature.