VFSFile objects describe an opened VFS stream, basically being similar in purpose as stdio FILE
More...
Public Attributes |
char * | uri |
| The URI of the stream.
|
VFSConstructor * | base |
| The base vtable used for VFS functions.
|
void * | handle |
| Opaque data used by the transport plugins.
|
int | sig |
| Used to detect invalid or twice-closed objects.
|
Detailed Description
VFSFile objects describe an opened VFS stream, basically being similar in purpose as stdio FILE
Definition at line 41 of file vfs.c.
Member Data Documentation
The base vtable used for VFS functions.
Definition at line 43 of file vfs.c.
Opaque data used by the transport plugins.
Definition at line 44 of file vfs.c.
Used to detect invalid or twice-closed objects.
Definition at line 45 of file vfs.c.
The URI of the stream.
Definition at line 42 of file vfs.c.
The documentation for this struct was generated from the following file: