![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <FileWatcherManager.h>
Public Member Functions | |
FORCE_INLINE FW::FileWatcher & | operator() () noexcept |
![]() | |
GUIDWrapper () noexcept | |
GUIDWrapper (const GUIDWrapper &old) noexcept | |
GUIDWrapper (GUIDWrapper &&old) noexcept | |
virtual | ~GUIDWrapper ()=default |
FORCE_INLINE I64 | getGUID () const noexcept |
GUIDWrapper & | operator= (const GUIDWrapper &old)=delete |
GUIDWrapper & | operator= (GUIDWrapper &&other)=delete |
Public Attributes | |
FW::FileWatcher_uptr | _impl |
Additional Inherited Members | |
![]() | |
static I64 | generateGUID () noexcept |
![]() | |
const I64 | _guid |
Definition at line 41 of file FileWatcherManager.h.
|
inlinenoexcept |
Definition at line 42 of file FileWatcherManager.h.
FW::FileWatcher_uptr Divide::FileWatcher::_impl |
Definition at line 43 of file FileWatcherManager.h.