#include "SYS_API.h"Go to the source code of this file.
Functions | |
| SYS_API void | SYSgetProcessor (int &majortype, int &flags) |
| SYS_API const char * | SYSgetOsProc () |
| Find the name of the operating system that Houdini was compiled for. | |
| SYS_API const char * | SYSgetPlatformSpec () |
| Find the exact OS, 32-bit or 64-bit build, compiler version. | |
| SYS_API bool | SYSisMBSD () |
| SYS_API bool | SYSisLinux () |
| SYS_API bool | SYSisWindows () |
| SYS_API const char* SYSgetOsProc | ( | ) |
Find the name of the operating system that Houdini was compiled for.
| SYS_API const char* SYSgetPlatformSpec | ( | ) |
Find the exact OS, 32-bit or 64-bit build, compiler version.
| SYS_API void SYSgetProcessor | ( | int & | majortype, | |
| int & | flags | |||
| ) |
Get processor information about the CPU that Houdini is running on. Please see SYS_ProcessorDefines.h for CPU information
| SYS_API bool SYSisLinux | ( | ) |
| SYS_API bool SYSisMBSD | ( | ) |
Just a handy, quick, and fast function to test the platform for which the code is being compiled.
| SYS_API bool SYSisWindows | ( | ) |
1.5.9