Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Private data for the VFS memorybuffer class. More...
#include <vfs_buffer.h>
Public Attributes | |
guchar * | data |
The data inside the VFSBuffer. | |
guchar * | iter |
The current position of the VFS buffer iterator. | |
guchar * | end |
The end of the memory segment that the VFS buffer uses. | |
gsize | size |
The size of the memory segment. |
Private data for the VFS memorybuffer class.
Definition at line 29 of file vfs_buffer.h.
guchar* VFSBuffer::data |
The data inside the VFSBuffer.
Definition at line 30 of file vfs_buffer.h.
Referenced by buffer_vfs_fseek_impl(), buffer_vfs_fsize_impl(), buffer_vfs_ftell_impl(), buffer_vfs_rewind_impl(), and vfs_buffer_new().
guchar* VFSBuffer::end |
The end of the memory segment that the VFS buffer uses.
Definition at line 32 of file vfs_buffer.h.
Referenced by buffer_vfs_feof_impl(), buffer_vfs_fseek_impl(), buffer_vfs_fsize_impl(), and vfs_buffer_new().
guchar* VFSBuffer::iter |
The current position of the VFS buffer iterator.
Definition at line 31 of file vfs_buffer.h.
Referenced by buffer_vfs_feof_impl(), buffer_vfs_fread_impl(), buffer_vfs_fseek_impl(), buffer_vfs_ftell_impl(), buffer_vfs_fwrite_impl(), buffer_vfs_getc_impl(), buffer_vfs_rewind_impl(), and vfs_buffer_new().
gsize VFSBuffer::size |
The size of the memory segment.
Definition at line 33 of file vfs_buffer.h.
Referenced by buffer_vfs_fread_impl(), buffer_vfs_fwrite_impl(), and vfs_buffer_new().