CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
VFS Struct Reference

VFS Object. More...

#include <vfsobj.h>

Data Fields

VFSDir * root
 Root for namespaceless paths.
 
hashtable namespaces
 Hashtable of string/VFSDir.
 
string curdir
 Current working directory of the VFS.
 
RWLock vfslock
 
RWLock vfsdlock
 

Detailed Description

VFS Object.

Definition at line 25 of file vfsobj.h.

Field Documentation

◆ vfsdlock

RWLock VFS::vfsdlock

vfsdlock is for operations such as mounting / unmounting / invalidating cache that may destroy VFSDir entries and remove mounts

Definition at line 41 of file vfsobj.h.

◆ vfslock

RWLock VFS::vfslock

vfslock is for adding entries to the directory cache

Definition at line 38 of file vfsobj.h.


The documentation for this struct was generated from the following file: