Ixion
  • Overview
  • C++ API Reference
    • Child namespaces
  • Python API
Ixion
  • C++ API Reference
  • namespace ixion
  • print_formula_token
  • View page source
Previous Next

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.

Previous Next

© Copyright 2026, Kohei Yoshida.

Built with Sphinx using a theme provided by Read the Docs.