ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "script_interface/Exception.hpp"
#include "script_interface/ObjectHandle.hpp"
#include "script_interface/auto_parameters/AutoParameter.hpp"
#include <algorithm>
#include <span>
#include <stdexcept>
#include <string>
#include <type_traits>
#include <unordered_map>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | ScriptInterface::AutoParameters< Derived, Base > |
Bind parameters in the script interface. More... | |
struct | ScriptInterface::AutoParameters< Derived, Base >::UnknownParameter |
Exception thrown when accessing an unknown parameter. More... | |
struct | ScriptInterface::AutoParameters< Derived, Base >::WriteError |
Exception thrown when writing to a read-only parameter. More... | |
Namespaces | |
namespace | ScriptInterface |