Notification holding type and path. More...
#include <FileSystemWatcher.h>
Public Member Functions | |
SC::Result | getFullPath (Span< native_char_t > bufferSpan, StringViewData &outFullPath) const |
Get the full path of the file being watched. | |
Public Attributes | |
StringViewData | basePath |
Reference to the watched directory. | |
StringViewData | relativePath |
Relative path of the file being notified from basePath | |
Operation | operation = Operation::Modified |
Notification type. | |
Friends | |
struct | Internal |
Notification holding type and path.
SC::Result SC::FileSystemWatcher::Notification::getFullPath | ( | Span< native_char_t > | bufferSpan, |
StringViewData & | outFullPath ) const |
Get the full path of the file being watched.
[in] | bufferSpan | Space holding full path |
[out] | outFullPath | The full path |
StringViewData SC::FileSystemWatcher::Notification::basePath |
Reference to the watched directory.
Operation SC::FileSystemWatcher::Notification::operation = Operation::Modified |
Notification type.
StringViewData SC::FileSystemWatcher::Notification::relativePath |
Relative path of the file being notified from basePath