rc_size_t

Defined in header: <ixion/types.hpp>

struct rc_size_t

This structure stores a 2-dimensional size information.

Public Functions

rc_size_t()
rc_size_t(const rc_size_t &other)
rc_size_t(row_t _row, col_t _column)
~rc_size_t()
rc_size_t &operator=(const rc_size_t &other)

Public Members

row_t row
col_t column