ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "config/config.hpp"
#include "script_interface/Variant.hpp"
#include <string>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | ScriptInterface |
namespace | ScriptInterface::Scafacos |
Functions | |
std::vector< std::string > | ScriptInterface::Scafacos::available_methods () |
Fetch list of methods compiled in ScaFaCoS. | |
std::string | ScriptInterface::Scafacos::serialize_parameters (Variant const &pack) |
Flatten a parameter map. | |
std::unordered_map< std::string, Variant > | ScriptInterface::Scafacos::deserialize_parameters (std::string const ¶meters) |
Convert flattened parameters to a map. | |