CrystalSpace

Public API Reference

Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Virtual File System (VFS)


Classes

struct  csFileTime
 File time structure - used to query and set the last-modification time of a file. More...

Defines

#define ASSIGN_FILETIME(ft, tm)
 This macro can be used to assign a "struct tm" to a csFileTime.
#define VFS_MAX_PATH_LEN   256
 The maximal "virtual" path+filename length.
#define VFS_PATH_DIVIDER   ','
 Composite path divider.
#define VFS_PATH_SEPARATOR   '/'
 The "virtual" path separator.

Define Documentation

#define ASSIGN_FILETIME ft,
tm   ) 
 

Value:

(ft).sec = (tm).tm_sec; \
  (ft).min = (tm).tm_min;       \
  (ft).hour = (tm).tm_hour;     \
  (ft).day = (tm).tm_mday;      \
  (ft).mon = (tm).tm_mon;       \
  (ft).year = (tm).tm_year + 1900;
This macro can be used to assign a "struct tm" to a csFileTime.

Definition at line 56 of file vfs.h.

#define VFS_MAX_PATH_LEN   256
 

The maximal "virtual" path+filename length.

Definition at line 69 of file vfs.h.

#define VFS_PATH_DIVIDER   ','
 

Composite path divider.

Definition at line 65 of file vfs.h.

#define VFS_PATH_SEPARATOR   '/'
 

The "virtual" path separator.

Definition at line 67 of file vfs.h.


Generated for Crystal Space by doxygen 1.4.4