config

Defined in header: <ixion/config.hpp>

struct config

This structure store parameters that influence various aspects of the ixion formula engine.

Public Functions

config()
config(const config &r)

Public Members

char sep_function_arg

Function argument separator. By default it’s ‘,’.

char sep_matrix_column

Matrix column separator.

char sep_matrix_row

Matrix row separator.

int8_t output_precision

Precision to use when converting a numeric value to a string representation. A negative value indicates an unspecified precision.