5#ifndef INCLUDE_FIFECHAN_SIZE_HPP_
6#define INCLUDE_FIFECHAN_SIZE_HPP_
8#include "fifechan/platform.hpp"
26 explicit Size(
int width = 0,
int height = 0);
Size(Size &&)=default
Move constructor.
void setHeight(int height)
Sets the height of size.
Size(int width=0, int height=0)
Constructor initializes size values.
Size(Size const &)=default
Copy constructor.
void setWidth(int width)
Sets the width of size.
Size & operator=(Size &&)=default
Move assignment operator.
Size & operator=(Size const &)=default
Copy assignment operator.