Home
last modified time | relevance | path

Searched refs:watch_tower_ (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/
H A Dplatformfilewatcher.cpp
H A Dplatformfilewatcher.h
/glogg/src/
H A Dplatformfilewatcher.cpp24 std::shared_ptr<PlatformFileWatcher::PlatformWatchTower> PlatformFileWatcher::watch_tower_; member in PlatformFileWatcher
29 if ( !watch_tower_ ) in PlatformFileWatcher()
31 watch_tower_ = std::make_shared<PlatformWatchTower>(); in PlatformFileWatcher()
47 watch_tower_->addFile( fileName.toStdString(), [this, fileName] { in addFile()
60 watch_tower_->setPollingInterval( interval_ms ); in setPollingInterval()
H A Dplatformfilewatcher.h81 static std::shared_ptr<PlatformWatchTower> watch_tower_; variable