print_formula_token
Defined in header: <ixion/formula.hpp>
-
std::string ixion::print_formula_token(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:
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.