R-Type  2
Doom but in better
Loading...
Searching...
No Matches
GUI::ECS::Online Namespace Reference

Data Structures

class  Bullet
 Represents a bullet entity in the game. More...
 
class  EnemyBrain
 The EnemyBrain class represents the logic and behavior of an enemy entity. More...
 
class  Orchestrator
 The Orchestrator class manages the overall game state, including entity creation, updates, and rendering. More...
 
class  PlayerBrain
 Forward declaration of the Bullet class. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const Bullet &item)
 Outputs the sprite's info to a stream.
 
std::ostream & operator<< (std::ostream &os, const EnemyBrain &item)
 Outputs the sprite's info to a stream.
 
std::ostream & operator<< (std::ostream &os, const Orchestrator &item)
 Outputs the sprite's info to a stream.
 
std::ostream & operator<< (std::ostream &os, const PlayerBrain &item)
 Outputs the sprite's info to a stream.
 

Function Documentation

◆ operator<<() [1/4]

std::ostream & GUI::ECS::Online::operator<< ( std::ostream & os,
const Bullet & item )

Outputs the sprite's info to a stream.

Parameters
osThe output stream.
itemThe sprite to output.
Returns
The modified output stream.

Definition at line 260 of file Bullet.cpp.

◆ operator<<() [2/4]

std::ostream & GUI::ECS::Online::operator<< ( std::ostream & os,
const EnemyBrain & item )

Outputs the sprite's info to a stream.

Parameters
osThe output stream.
itemThe sprite to output.
Returns
The modified output stream.

Definition at line 232 of file EnemyBrain.cpp.

◆ operator<<() [3/4]

std::ostream & GUI::ECS::Online::operator<< ( std::ostream & os,
const Orchestrator & item )

Outputs the sprite's info to a stream.

Parameters
osThe output stream.
itemThe sprite to output.
Returns
The modified output stream.

Definition at line 930 of file Orchestrator.cpp.

◆ operator<<() [4/4]

std::ostream & GUI::ECS::Online::operator<< ( std::ostream & os,
const PlayerBrain & item )

Outputs the sprite's info to a stream.

Parameters
osThe output stream.
itemThe sprite to output.
Returns
The modified output stream.

Definition at line 221 of file PlayerBrain.cpp.