|
SyDEVS
v0.7
Simulation-based analysis of complex systems involving people, devices, physical elements, and dynamic environments.
|
#include <sydevs/core/pointer.h>#include <sydevs/core/quantity.h>#include <sydevs/core/identity.h>#include <sydevs/core/arraynd.h>#include <sydevs/core/string_builder.h>#include <string>#include <tuple>#include <set>#include <map>#include <functional>Go to the source code of this file.
Namespaces | |
| sydevs | |
Macros | |
| #define | SYDEVS_QUALIFIED_TYPE_H_ |
Typedefs | |
| using | sydevs::tostring_function = std::function< std::string(const pointer &)> |
Functions | |
| template<typename T > | |
| std::string | sydevs::tostring (const T &val) |
| template<typename T > | |
| tostring_function | sydevs::tostring_converter () |
| #define SYDEVS_QUALIFIED_TYPE_H_ |