NRE_SystemInfo.cpp File Reference

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

#include "NRE_SystemInfo.hpp"

Namespaces

 NRE
 The NearlyRealEngine's global namespace.
 

Functions

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

Detailed Description

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

Author
Louis ABEL
Date
07/04/2019

Function Documentation

std::ostream & NRE::System::operator<< ( std::ostream &  stream,
SystemInfo 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