Otclient  14/8/2020
rect.h File Reference
#include "../stdext/types.h"
#include "../const.h"
#include <sstream>
Include dependency graph for rect.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TPoint< T >
 
class  TSize< T >
 
class  TRect< T >
 

Typedefs

typedef TRect< int > Rect
 
typedef TRect< float > RectF
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &out, const TRect< T > &rect)
 
template<class T >
std::istream & operator>> (std::istream &in, TRect< T > &rect)
 

Typedef Documentation

◆ Rect

typedef TRect<int> Rect

Definition at line 319 of file rect.h.

◆ RectF

typedef TRect<float> RectF

Definition at line 320 of file rect.h.

Function Documentation

◆ operator<<()

template<class T >
std::ostream& operator<< ( std::ostream &  out,
const TRect< T > &  rect 
)

Definition at line 323 of file rect.h.

Here is the call graph for this function:

◆ operator>>()

template<class T >
std::istream& operator>> ( std::istream &  in,
TRect< T > &  rect 
)

Definition at line 330 of file rect.h.

Here is the call graph for this function: