LightWrap++
AC++wrapperfortheLightWave3DSDK
platform_win.h File Reference

Platform specific defines. More...

#include <stdlib.h>
#include <windows.h>
#include <shlobj.h>
#include <direct.h>
#include <cmath>
#include <cstring>
#include <sstream>
#include <string>
#include <ios>
#include <cstdlib>
#include <sys/types.h>
#include <sys/stat.h>
#include <malloc.h>
+ Include dependency graph for platform_win.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DIR_
struct  dirent

Macros

#define DEBUG_CLIENTBLOCK

Typedefs

typedef struct DIR_ DIR

Functions

int closedir (DIR *)
DIRopendir (const char *)
struct direntreaddir (DIR *)
int readdir_r (DIR *, struct dirent *, struct dirent **)
void rewinddir (DIR *)
void seekdir (DIR *, long int)
const char * strptime (const char *p, const char *fmt, struct tm *dt)
long int telldir (DIR *)

Detailed Description

Platform specific defines.


Class Documentation

struct DIR_
Class Members
char d_name
WIN32_FIND_DATA findData
bool findDataValid
HANDLE findHandle
bool isOpen
int position
struct dirent
Class Members
long d_ino
char d_name
off_t d_off
unsigned short d_reclen

Macro Definition Documentation

#define DEBUG_CLIENTBLOCK

Typedef Documentation

typedef struct DIR_ DIR

Function Documentation

int closedir ( DIR )
DIR* opendir ( const char *  )
struct dirent* readdir ( DIR )
read
int readdir_r ( DIR ,
struct dirent ,
struct dirent **   
)
void rewinddir ( DIR )
void seekdir ( DIR ,
long  int 
)
const char* strptime ( const char *  p,
const char *  fmt,
struct tm *  dt 
)
long int telldir ( DIR )