ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
scafacos.hpp File Reference
#include "config/config.hpp"
#include "script_interface/Variant.hpp"
#include <string>
#include <unordered_map>
#include <vector>
+ Include dependency graph for script_interface/scafacos/scafacos.hpp:
+ This graph shows which files directly or indirectly include this file:

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, VariantScriptInterface::Scafacos::deserialize_parameters (std::string const &parameters)
 Convert flattened parameters to a map.