The Battle for Wesnoth  1.19.0-dev
Functions
rect.cpp File Reference
#include "sdl/point.hpp"
#include "sdl/rect.hpp"
#include <ostream>
Include dependency graph for rect.cpp:

Go to the source code of this file.

Functions

bool operator== (const SDL_Rect &a, const SDL_Rect &b)
 
bool operator!= (const SDL_Rect &a, const SDL_Rect &b)
 
std::ostream & operator<< (std::ostream &s, const SDL_Rect &r)
 
std::ostream & operator<< (std::ostream &s, const rect &r)
 

Function Documentation

◆ operator!=()

bool operator!= ( const SDL_Rect &  a,
const SDL_Rect &  b 
)

Definition at line 26 of file rect.cpp.

References a, b, and operator==().

◆ operator<<() [1/2]

std::ostream& operator<< ( std::ostream &  s,
const rect r 
)

Definition at line 110 of file rect.cpp.

References s.

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  s,
const SDL_Rect &  r 
)

Definition at line 31 of file rect.cpp.

References s.

◆ operator==()

bool operator== ( const SDL_Rect &  a,
const SDL_Rect &  b 
)

Definition at line 21 of file rect.cpp.

References a, and b.

Referenced by operator!=().