MCPcopy Create free account
hub / github.com/Icinga/icinga2 / ClassCompiler

Method ClassCompiler

tools/mkclass/classcompiler.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21using namespace icinga;
22
23ClassCompiler::ClassCompiler(std::string path, std::istream& input,
24 std::ostream& oimpl, std::ostream& oheader)
25 : m_Path(std::move(path)), m_Input(input), m_Impl(oimpl), m_Header(oheader)
26{
27 InitializeScanner();
28}
29
30ClassCompiler::~ClassCompiler()
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected