MCPcopy Create free account
hub / github.com/apache/trafficserver / ostream_wrapper

Function ostream_wrapper

lib/yamlcpp/include/yaml-cpp/ostream_wrapper.h:19–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 public:
18 ostream_wrapper();
19 explicit ostream_wrapper(std::ostream& stream);
20 ostream_wrapper(const ostream_wrapper&) = delete;
21 ostream_wrapper(ostream_wrapper&&) = delete;
22 ostream_wrapper& operator=(const ostream_wrapper&) = delete;
23 ostream_wrapper& operator=(ostream_wrapper&&) = delete;

Callers 1

ostream_wrapper.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected