Main Page   Data Structures   File List   Data Fields   Globals  

PHYSFS_file Struct Reference

A PhysicsFS file handle. More...

#include <physfs.h>


Data Fields

void * opaque


Detailed Description

A PhysicsFS file handle.

You get a pointer to one of these when you open a file for reading, writing, or appending via PhysicsFS.

As you can see from the lack of meaningful fields, you should treat this as opaque data. Don't try to manipulate the file handle, just pass the pointer you got, unmolested, to various PhysicsFS APIs.

See also:
PHYSFS_openRead , PHYSFS_openWrite , PHYSFS_openAppend , PHYSFS_close , PHYSFS_read , PHYSFS_write , PHYSFS_seek , PHYSFS_tell , PHYSFS_eof


Field Documentation

void* PHYSFS_file::opaque
 

That's all you get. Don't touch.


The documentation for this struct was generated from the following file:
Generated on Wed Jul 10 02:41:42 2002 for physfs by doxygen1.2.16