MCPcopy Create free account
hub / github.com/comaps/comaps / IstreamWrapper

Class IstreamWrapper

libs/coding/csv_reader.hpp:50–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 };
49
50 class IstreamWrapper : public ReaderInterface
51 {
52 public:
53 explicit IstreamWrapper(std::istream & stream);
54
55 // ReaderInterface overrides:
56 std::optional<std::string> ReadLine() override;
57
58 private:
59 std::istream & m_stream;
60 };
61
62 class ReaderWrapper : public ReaderInterface
63 {

Callers 1

ReadLineMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected