Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XFcFile.h File Reference

File handling interface. More...

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Compounds

class  XFcFile
 File handling operations. More...


Defines

#define SEEK_CUR   1
 "Seek current" - seek from the current position.

#define SEEK_END   2
 "Seek end" - seek from the end of file (typically with a negative offset).

#define SEEK_SET   0
 "Seek set" - seek from the beginning of the file.


Typedefs

typedef void * XFCFINDHANDLE
 Handle returned by seeking methods. Platform-specific, thus a 'void *' type.


Enumerations

enum  XFCFILEOPENSTRATEGY {
  XFCFO_DEFAULT = 0,
  XFCFO_DISKFIRST,
  XFCFO_CFLFIRST,
  XFCFO_DISKONLY,
  XFCFO_CFLONLY
}

Detailed Description

File handling interface.

X-Forge Core
Copyright 2000-2003 Fathammer Ltd

Id
XFcFile.h,v 1.16 2003/09/19 09:19:50 jari Exp
Date
2003/09/19 09:19:50
Revision
1.16

Define Documentation

#define SEEK_CUR   1
 

"Seek current" - seek from the current position.

#define SEEK_END   2
 

"Seek end" - seek from the end of file (typically with a negative offset).

#define SEEK_SET   0
 

"Seek set" - seek from the beginning of the file.


Typedef Documentation

typedef void* XFCFINDHANDLE
 

Handle returned by seeking methods. Platform-specific, thus a 'void *' type.


Enumeration Type Documentation

enum XFCFILEOPENSTRATEGY
 

Enumeration values:
XFCFO_DEFAULT  Use the currently active default strategy.
XFCFO_DISKFIRST  Search for files from disk first, read-only storage last.
XFCFO_CFLFIRST  Search for files first from read-only storage, then from disk.
XFCFO_DISKONLY  Only search for files on disk.
XFCFO_CFLONLY  Only search for files in read-only storage.

   
X-Forge Documentation
Confidential
Copyright © 2002-2003 Fathammer
   
Documentation generated
with doxygen
by Dimitri van Heesch