Home
last modified time | relevance | path

Searched refs:component_ (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/iostreams/
Dpipeline.hpp63 : component_(component) in pipeline_segment()
66 void for_each(Fn fn) const { fn(component_); } in for_each()
68 void push(Chain& chn) const { chn.push(component_); } in push()
71 const Component& component_; member in boost::iostreams::detail::pipeline_segment
83 : Pipeline(p), component_(component) in pipeline()
89 fn(component_); in for_each()
95 chn.push(component_); in push()
98 const Component& head() const { return component_; } in head()
101 const Component& component_; member