NRE_SystemInfo.hpp File Reference

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

#include <iostream>
#include <Utility/String/NRE_String.hpp>
#include "NRE_SystemInfo.tpp"

Go to the source code of this file.

Classes

class  NRE::System::SystemInfo
 Represent all informations from the user system. More...
 

Namespaces

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

Functions

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

Detailed Description

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

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