formula_group_t

Defined in header: <ixion/types.hpp>

struct formula_group_t

This strcuture stores information about grouped formula cells. All formula cells belonging to the same group shares the same set of values.

Public Functions

formula_group_t()
formula_group_t(const formula_group_t &r)
formula_group_t(const rc_size_t &_group_size, uintptr_t _identity, bool _grouped)
~formula_group_t()
formula_group_t &operator=(const formula_group_t &other)

Public Members

rc_size_t size

Size of the formula group.

uintptr_t identity

Unique value identifying the group a cell belongs to. Cells belonging to the same formula group should have the same value.

bool grouped

Boolean value indicating whether or not a cell is grouped.