|
Pyrogenesis
13997
|
#include <real_directory.h>
Public Member Functions | |
| RealDirectory (const OsPath &path, size_t priority, size_t flags) | |
| size_t | Priority () const |
| size_t | Flags () const |
| virtual size_t | Precedence () const |
| virtual wchar_t | LocationCode () const |
| virtual OsPath | Path () const |
| virtual Status | Load (const OsPath &name, const shared_ptr< u8 > &buf, size_t size) const |
| Status | Store (const OsPath &name, const shared_ptr< u8 > &fileContents, size_t size) |
| void | Watch () |
Public Member Functions inherited from IFileLoader | |
| virtual | ~IFileLoader () |
Private Member Functions | |
| NONCOPYABLE (RealDirectory) | |
Private Attributes | |
| const OsPath | m_path |
| const size_t | m_priority |
| const size_t | m_flags |
| PDirWatch | m_watch |
Definition at line 29 of file real_directory.h.
| RealDirectory::RealDirectory | ( | const OsPath & | path, |
| size_t | priority, | ||
| size_t | flags | ||
| ) |
Definition at line 31 of file real_directory.cpp.
|
inline |
Definition at line 40 of file real_directory.h.
|
virtual |
Implements IFileLoader.
Definition at line 49 of file real_directory.cpp.
|
virtual |
Implements IFileLoader.
Definition at line 43 of file real_directory.cpp.
|
private |
|
inlinevirtual |
Implements IFileLoader.
Definition at line 48 of file real_directory.h.
|
virtual |
Implements IFileLoader.
Definition at line 37 of file real_directory.cpp.
|
inline |
Definition at line 35 of file real_directory.h.
| Status RealDirectory::Store | ( | const OsPath & | name, |
| const shared_ptr< u8 > & | fileContents, | ||
| size_t | size | ||
| ) |
Definition at line 55 of file real_directory.cpp.
| void RealDirectory::Watch | ( | ) |
Definition at line 61 of file real_directory.cpp.
|
private |
Definition at line 66 of file real_directory.h.
|
private |
Definition at line 62 of file real_directory.h.
|
private |
Definition at line 64 of file real_directory.h.
|
private |
Definition at line 70 of file real_directory.h.
1.8.5