Home
last modified time | relevance | path

Searched refs:FileChangeToken (Results 1 – 10 of 10) sorted by relevance

/glogg/glogg/src/
H A Dkqueuewatchtowerdriver.h
H A Dinotifywatchtowerdriver.h
H A Dwinwatchtowerdriver.h
H A Dwatchtowerlist.h
H A Dwinwatchtowerdriver.cpp
/glogg/src/
H A Dkqueuewatchtowerdriver.h71 class FileChangeToken {
73 FileChangeToken() {} in FileChangeToken() function
74 FileChangeToken( const std::string& ) {} in FileChangeToken() function
78 bool operator!=( const FileChangeToken& )
H A Dinotifywatchtowerdriver.h71 class FileChangeToken {
73 FileChangeToken() {} in FileChangeToken() function
74 FileChangeToken( const std::string& ) {} in FileChangeToken() function
78 bool operator!=( const FileChangeToken& )
H A Dwinwatchtowerdriver.h144 class FileChangeToken {
146 FileChangeToken() {} in FileChangeToken() function
147 FileChangeToken( const std::string& file_name ) in FileChangeToken() function
152 bool operator==( const FileChangeToken& other )
157 bool operator!=( const FileChangeToken& other )
H A Dwatchtowerlist.h71 typename Driver::FileChangeToken new_token( file_name_ ); in hasChanged()
94 typename Driver::FileChangeToken change_token_;
H A Dwinwatchtowerdriver.cpp84 void WinWatchTowerDriver::FileChangeToken::readFromFile( in readFromFile()