column_block_shape_t

Defined in header: <ixion/types.hpp>

struct column_block_shape_t

Data that represents the shape of a column block.

Public Functions

column_block_shape_t()
column_block_shape_t(std::size_t _position, std::size_t _size, std::size_t _offset, column_block_t _type, column_block_handle _data)
column_block_shape_t(const column_block_shape_t &other)
column_block_shape_t &operator=(const column_block_shape_t &other)

Public Members

std::size_t position
std::size_t size
std::size_t offset
column_block_t type
column_block_handle data