Sparse Virtual File System  0.4.1
A Sparse Virtual File System.
Public Attributes | List of all members
cp_SparseVirtualFile Struct Reference

Python wrapper around a C++ SparseVirtualFile. More...

Public Attributes

PyObject_HEAD SVFS::SparseVirtualFilepSvf
 
PyThread_type_lock lock
 

Detailed Description

Python wrapper around a C++ SparseVirtualFile.

If PY_THREAD_SAFE is defined then this also contains a mutex.

Definition at line 105 of file _cSVF.cpp.

Member Data Documentation

◆ lock

PyThread_type_lock cp_SparseVirtualFile::lock

Definition at line 109 of file _cSVF.cpp.

◆ pSvf

PyObject_HEAD SVFS::SparseVirtualFile* cp_SparseVirtualFile::pSvf

Definition at line 107 of file _cSVF.cpp.


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