Ptex
Classes | Namespaces | Macros | Typedefs
PtexPlatform.h File Reference

Platform-specific classes, functions, and includes. More...

#include <stdlib.h>
#include <alloca.h>
#include <string.h>
#include <pthread.h>
#include <stdio.h>
#include <math.h>
#include <assert.h>

Go to the source code of this file.

Classes

class  PtexInternal::_Mutex
 
class  PtexInternal::_SpinLock
 

Namespaces

 PtexInternal
 For internal use only.
 

Macros

#define PtexPlatform_h
 

Typedefs

typedef off_t FilePos
 

Detailed Description

Platform-specific classes, functions, and includes.

Definition in file PtexPlatform.h.

Macro Definition Documentation

#define PtexPlatform_h

Definition at line 3 of file PtexPlatform.h.

Typedef Documentation

typedef off_t FilePos

Definition at line 85 of file PtexPlatform.h.