Classes | Public Member Functions

xl7::optimized::CPUID Class Reference

#include <CPUID.h>

List of all members.

Classes

struct  CPUInfo

Public Member Functions

 CPUID (void)
 ~CPUID (void)
const char * get_vendor_name () const
const char * get_processor_name () const
bool _MMX_supported () const
bool _SSE_supported () const
bool _SSE2_supported () const
bool _SSE3_supported () const
bool _SSSE3_supported () const
bool _3DNow_supported () const

Constructor & Destructor Documentation

xl7::optimized::CPUID::CPUID ( void   ) 

Default constructor.

xl7::optimized::CPUID::~CPUID ( void   ) 

Destructor.


Member Function Documentation

bool xl7::optimized::CPUID::_3DNow_supported (  )  const [inline]
bool xl7::optimized::CPUID::_MMX_supported (  )  const [inline]
bool xl7::optimized::CPUID::_SSE2_supported (  )  const [inline]
bool xl7::optimized::CPUID::_SSE3_supported (  )  const [inline]
bool xl7::optimized::CPUID::_SSE_supported (  )  const [inline]
bool xl7::optimized::CPUID::_SSSE3_supported (  )  const [inline]
const char* xl7::optimized::CPUID::get_processor_name (  )  const [inline]
const char* xl7::optimized::CPUID::get_vendor_name (  )  const [inline]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines