#include <aikido/statespace/StateSpace.hpp>
|
| State ()=default |
| This is a base class that should only only be used in derived classes. More...
|
|
| ~State ()=default |
| It is unsafe to call this, since it is a non-virtual destructor. More...
|
|
◆ State()
aikido::statespace::StateSpace::State::State |
( |
| ) |
|
|
protecteddefault |
This is a base class that should only only be used in derived classes.
◆ ~State()
aikido::statespace::StateSpace::State::~State |
( |
| ) |
|
|
protecteddefault |
It is unsafe to call this, since it is a non-virtual destructor.
Having any virtual function in this class, including this destructor, adds sizeof(pointer) overhead for a vtable.