NRE_CpuID.cpp File Reference

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

#include "NRE_CpuID.hpp"

Namespaces

 NRE
 The NearlyRealEngine's global namespace.
 

Functions

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

Detailed Description

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

Author
Louis ABEL
Date
07/05/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