Commit cb652868 authored by Dominik Charousset's avatar Dominik Charousset

Add getters for stream scatterer impl properties

parent e5617b20
...@@ -45,6 +45,16 @@ public: ...@@ -45,6 +45,16 @@ public:
virtual ~stream_scatterer_impl(); virtual ~stream_scatterer_impl();
// -- properties -------------------------------------------------------------
inline const map_type& paths() const {
return paths_;
}
inline map_type& paths() {
return paths_;
}
// -- path management -------------------------------------------------------- // -- path management --------------------------------------------------------
size_t num_paths() const noexcept override; size_t num_paths() const noexcept override;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment