Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Public Attributes
VFSBuffer Struct Reference

Private data for the VFS memorybuffer class. More...

#include <vfs_buffer.h>

List of all members.

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.

Detailed Description

Private data for the VFS memorybuffer class.

Definition at line 29 of file vfs_buffer.h.


Member Data Documentation

guchar* VFSBuffer::data
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 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().


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