csProcessorCapability Class Reference
This class is used to identify capabilities in the processor such as support for MMX and SSE. More...
#include <csutil/csprocessorcap.h>
Public Member Functions | |
| csProcessorCapability () | |
| Constructor. | |
| ~csProcessorCapability () | |
| Destructor. | |
Static Public Member Functions | |
| static const char * | GetProcessorName () |
| static bool | HasMMX () |
| static bool | HasSSE () |
| static void | Initialize () |
| Initialize the internal data. | |
Detailed Description
This class is used to identify capabilities in the processor such as support for MMX and SSE.
Definition at line 32 of file csprocessorcap.h.
Constructor & Destructor Documentation
|
|
Constructor. Does nothing Definition at line 39 of file csprocessorcap.h. |
|
|
Destructor. Does nothing Definition at line 46 of file csprocessorcap.h. |
Member Function Documentation
|
|
Initialize the internal data. Query the processor and see what we get Definition at line 53 of file csprocessorcap.h. |
The documentation for this class was generated from the following file:
- csutil/csprocessorcap.h
Generated for Crystal Space by doxygen 1.4.6
