MCPcopy Create free account
hub / github.com/Kitware/CMake / Clear

Method Clear

Source/cmQtAutoMocUic.cxx:607–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607void cmQtAutoMocUicT::ParseCacheT::FileT::Clear()
608{
609 this->Moc.Macro.clear();
610 this->Moc.Include.Underscore.clear();
611 this->Moc.Include.Dot.clear();
612 this->Moc.Depends.clear();
613
614 this->Uic.Include.clear();
615 this->Uic.Depends.clear();
616}
617
618cmQtAutoMocUicT::ParseCacheT::GetOrInsertT
619cmQtAutoMocUicT::ParseCacheT::GetOrInsert(std::string const& fileName)

Callers 1

ReadFileMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected