print_formula_token
Defined in header: <ixion/formula.hpp>
-
std::string ixion::print_formula_token(const print_config &config, const model_context &cxt, const abs_address_t &pos, const formula_name_resolver &resolver, const formula_token &token)
Convert an individual formula token into a human-readable string representation.
- Parameters:
config – Configuration options for printing preferences.
cxt – Model context.
pos – Address of the cell that has the formula tokens.
resolver – Name resolver object used to print name tokens.
token – Formula token to convert.
- Returns:
string representation of the formula token.