|
|
| State ()=default |
| | This is a base class that should only only be used in derived classes.
|
| |
| | ~State ()=default |
| | It is unsafe to call this, since it is a non-virtual destructor. More...
|
| |
§ ~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.
The documentation for this class was generated from the following file: