|
C++ YASMIN (Yet Another State MachINe)
|
#include <cxxabi.h>#include <exception>#include <map>#include <memory>#include <mutex>#include <stdexcept>#include <string>#include <unordered_map>#include "yasmin/logs.hpp"#include "yasmin/types.hpp"

Go to the source code of this file.
Classes | |
| class | yasmin::Blackboard |
| A thread-safe storage for key-value pairs of varying types. More... | |
Namespaces | |
| namespace | yasmin |
Functions | |
| std::string | yasmin::demangle_type (const std::string &mangled_name) |
| Demangle a C++ type name to a human-readable format. | |