NRE_System.cpp File Reference

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

#include "NRE_System.hpp"

Namespaces

 NRE
 The NearlyRealEngine's global namespace.
 

Functions

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

Detailed Description

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

Author
Louis ABEL
Date
07/05/2019

Function Documentation

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