Searched refs:EventDocWriter (Results 1 – 4 of 4) sorted by relevance
28 class EventDocWriter {30 EventDocWriter(const std::string& path): docPath_(path) {} in EventDocWriter() function31 virtual ~EventDocWriter() {} in ~EventDocWriter()
28 class SysEventDocWriter : public EventDocWriter {
52 std::shared_ptr<EventDocWriter> writer_;
30 SysEventDocWriter::SysEventDocWriter(const std::string& path): EventDocWriter(path) in SysEventDocWriter()