rc_range_t
Defined in header: <ixion/address.hpp>
-
struct rc_range_t
Public Functions
-
rc_range_t()
-
rc_range_t(const rc_address_t &_first, const rc_address_t &_last)
-
rc_range_t(const rc_range_t &r)
-
rc_range_t(const abs_rc_range_t &r)
-
bool valid() const
-
void set_all_columns()
Expand the range horizontally to include all columns. The row range will remain unchanged.
-
void set_all_rows()
Expand the range vertically to include all rows. The column range will remain unchanged.
-
bool all_columns() const
- Returns:
true if the range is unspecified in the horizontal direction i.e. all columns are selected, false otherwise.
-
bool all_rows() const
- Returns:
true if the range is unspecified in the vertical direction i.e. all rows are selected, false otherwise.
-
struct hash
Public Functions
-
size_t operator()(const rc_range_t &range) const
-
size_t operator()(const rc_range_t &range) const
-
rc_range_t()