NRE_CpuID.hpp File Reference

Declaration of System's API's Object : CpuID. More...

#include <stdint.h>
#include <Utility/String/NRE_String.hpp>
#include "NRE_CpuID.tpp"

Go to the source code of this file.

Classes

class  NRE::System::CpuID
 Allow access to the cpuid intrinsic command for all system. More...
 

Namespaces

 NRE
 The NearlyRealEngine's global namespace.
 
 System
 System's API.
 

Typedefs

typedef uint32_t Register
 

Functions

std::ostream & NRE::System::operator<< (std::ostream &stream, CpuID const &o)
 

Detailed Description

Declaration of System's API's Object : CpuID.

Author
Louis ABEL
Date
07/54/2019

Function Documentation

std::ostream & NRE::System::operator<< ( std::ostream &  stream,
CpuID const &  o 
)

Output stream operator for the object

Parameters
streamthe stream to add the object's string representation
othe object to add in the stream
Returns
the modified stream