![]() |
Jopnal Engine
alpha 0.4
Simple Component Based 2D/3D Game Engine
|
#include <DirectoryWatcher.hpp>
Public Member Functions | |
| bool | operator== (const Info &right) const |
| Equality operator. More... | |
Public Attributes | |
| std::string | filename |
| The file that was changed. More... | |
| DateTime | datetime |
| Date and time. More... | |
File change information
Definition at line 51 of file DirectoryWatcher.hpp.
| bool jop::DirectoryWatcher::Info::operator== | ( | const Info & | right | ) | const |
| DateTime jop::DirectoryWatcher::Info::datetime |
Date and time.
Definition at line 54 of file DirectoryWatcher.hpp.
| std::string jop::DirectoryWatcher::Info::filename |
The file that was changed.
Definition at line 53 of file DirectoryWatcher.hpp.
1.8.11