address_t
Defined in header: <ixion/address.hpp>
-
struct address_t
Stores either absolute or relative address.
Public Functions
-
address_t()
-
address_t(sheet_t _sheet, row_t _row, col_t _column, bool _abs_sheet = true, bool _abs_row = true, bool _abs_column = true)
-
address_t(const abs_address_t &r)
-
bool valid() const
-
abs_address_t to_abs(const abs_address_t &origin) const
-
::std::string get_name() const
-
void set_absolute(bool abs)
-
struct hash
-
address_t()