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

print_formula_tokens

Defined in header: <ixion/formula.hpp>

std::string ixion::print_formula_tokens(const model_context &cxt, const abs_address_t &pos, const formula_name_resolver &resolver, const formula_tokens_t &tokens)

Convert formula tokens 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.

  • tokens – formula tokens.

Returns:

string representation of the formula tokens.

Previous Next

© Copyright 2026, Kohei Yoshida.

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