Aikido
aikido::statespace::CartesianProduct::State Class Reference

A tuple of states where the i-th state is from the i-th subspace. More...

#include <aikido/statespace/CartesianProduct.hpp>

Inheritance diagram for aikido::statespace::CartesianProduct::State:
aikido::statespace::StateSpace::State

Protected Member Functions

 State ()=default
 
 ~State ()=default
 
- Protected Member Functions inherited from aikido::statespace::StateSpace::State
 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...
 

Friends

class CartesianProduct
 

Detailed Description

A tuple of states where the i-th state is from the i-th subspace.

Constructor & Destructor Documentation

◆ State()

aikido::statespace::CartesianProduct::State::State ( )
protecteddefault

◆ ~State()

aikido::statespace::CartesianProduct::State::~State ( )
protecteddefault

Friends And Related Function Documentation

◆ CartesianProduct

friend class CartesianProduct
friend