#include <float.h>
#include <memory>
#include <eigen3/Eigen/Eigen>
Go to the source code of this file.
Classes | |
class | tuw::State |
Generic tree-like recursive structure that allows sub-structure access as well as ordered (array-like) value access. More... | |
Namespaces | |
tuw | |
Typedefs | |
using | tuw::StateConstSPtr = std::shared_ptr< State const > |
using | tuw::StateConstUPtr = std::unique_ptr< State const > |
using | tuw::StateSPtr = std::shared_ptr< State > |
using | tuw::StateUPtr = std::unique_ptr< State > |