|
The Pedigree Project 0.1
|
Collaboration diagram for VFS::NamespaceMutation:Public Member Functions | |
| NamespaceMutation (VFS &vfs) | |
| uint64_t | generation () const |
| bool | protects (const VFS &vfs) const |
Private Member Functions | |
| NamespaceMutation (const NamespaceMutation &)=delete | |
| NamespaceMutation & | operator= (const NamespaceMutation &)=delete |
Private Attributes | |
| VFS & | m_Vfs |
| LockGuard< Mutex > | m_Lock |
|
explicit |
Definition at line 7 of file VFS-mount-view.cc.
| VFS::NamespaceMutation::~NamespaceMutation | ( | ) |
Definition at line 10 of file VFS-mount-view.cc.
| uint64_t VFS::NamespaceMutation::generation | ( | ) | const |
Definition at line 13 of file VFS-mount-view.cc.
|
inline |