The Battle for Wesnoth  1.19.5+dev
Functions
rect.cpp File Reference
#include "sdl/point.hpp"
#include "sdl/rect.hpp"
#include <algorithm>
#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 27 of file rect.cpp.

References b, and operator==().

◆ operator<<() [1/2]

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

Definition at line 139 of file rect.cpp.

References s.

◆ operator<<() [2/2]

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

Definition at line 32 of file rect.cpp.

References s.

◆ operator==()

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

Definition at line 22 of file rect.cpp.

References b.

Referenced by operator!=().