![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <sys/time.h>
#include <X11/X.h>
#include <strings.h>
#include <cmath>
Go to the source code of this file.
Classes | |
struct | Divide::WindowHandle |
Namespaces | |
namespace | std |
namespace | Divide |
Handle console commands that start with a forward slash. | |
Macros | |
#define | DVD_PLATFORM_DEFINES_UNIX_H_ |
#define | _RESTRICT_ __restrict__ |
#define | NOINITVTABLE |
#define | FORCE_INLINE inline __attribute__((always_inline)) |
#define | NO_INLINE __attribute__ ((noinline)) |
Functions | |
float | std::asinf (const float in) |
float | std::acosf (const float in) |
float | std::floorf (const float in) |
template<typename T > | |
bool | isfinite (T val) |
int | _strnicmp (const char *str1, const char *str2, unsigned long int n) |
int | _stricmp (const char *str1, const char *str2) |
#define _RESTRICT_ __restrict__ |
Definition at line 38 of file PlatformDefinesUnix.h.
#define DVD_PLATFORM_DEFINES_UNIX_H_ |
Definition at line 35 of file PlatformDefinesUnix.h.
#define FORCE_INLINE inline __attribute__((always_inline)) |
Definition at line 46 of file PlatformDefinesUnix.h.
#define NO_INLINE __attribute__ ((noinline)) |
Definition at line 50 of file PlatformDefinesUnix.h.
#define NOINITVTABLE |
Definition at line 42 of file PlatformDefinesUnix.h.
|
inline |
Definition at line 113 of file PlatformDefinesUnix.h.
|
inline |
Definition at line 109 of file PlatformDefinesUnix.h.
bool isfinite | ( | T | val | ) |
Definition at line 105 of file PlatformDefinesUnix.h.