ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
ScriptInterface::PackVisitor Struct Reference

Visitor that converts a Variant to a PackedVariant. More...

#include <packed_variant.hpp>

Public Member Functions

auto constobjects () const
 Map of objects whose references were replaced by ids.
 
PackedVariant operator() (const std::vector< Variant > &vec) const
 
template<typename K >
PackedVariant operator() (const std::unordered_map< K, Variant > &map) const
 
PackedVariant operator() (const ObjectRef &so_ptr) const
 
template<class T >
PackedVariant operator() (T &&val) const
 

Detailed Description

Visitor that converts a Variant to a PackedVariant.

While packing, keeps track of all the ObjectRef values that were encountered and stores them. This also keeps the referees alive if there are no other owners.

Definition at line 62 of file packed_variant.hpp.

Member Function Documentation

◆ objects()

auto const & ScriptInterface::PackVisitor::objects ( ) const
inline

Map of objects whose references were replaced by ids.

Definition at line 68 of file packed_variant.hpp.

◆ operator()() [1/4]

PackedVariant ScriptInterface::PackVisitor::operator() ( const ObjectRef so_ptr) const
inline

Definition at line 95 of file packed_variant.hpp.

References stream.

◆ operator()() [2/4]

template<typename K >
PackedVariant ScriptInterface::PackVisitor::operator() ( const std::unordered_map< K, Variant > &  map) const
inline

Definition at line 83 of file packed_variant.hpp.

References stream.

◆ operator()() [3/4]

PackedVariant ScriptInterface::PackVisitor::operator() ( const std::vector< Variant > &  vec) const
inline

Definition at line 71 of file packed_variant.hpp.

References stream.

◆ operator()() [4/4]

template<class T >
PackedVariant ScriptInterface::PackVisitor::operator() ( T &&  val) const
inline

Definition at line 103 of file packed_variant.hpp.

References stream.


The documentation for this struct was generated from the following file: