Otclient  14/8/2020
size.h File Reference
#include "point.h"
#include "../const.h"
Include dependency graph for size.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TSize< T >
 

Typedefs

typedef TSize< int > Size
 
typedef TSize< float > SizeF
 

Functions

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

Typedef Documentation

◆ Size

typedef TSize<int> Size

Definition at line 107 of file size.h.

◆ SizeF

typedef TSize<float> SizeF

Definition at line 108 of file size.h.

Function Documentation

◆ operator<<()

template<class T >
std::ostream& operator<< ( std::ostream &  out,
const TSize< T > &  size 
)

Definition at line 111 of file size.h.

Here is the call graph for this function:

◆ operator>>()

template<class T >
std::istream& operator>> ( std::istream &  in,
TSize< T > &  size 
)

Definition at line 118 of file size.h.

Here is the call graph for this function: