You are here

private property ctools_math_expr_stack::$count in Chaos Tool Suite (ctools) 7

Same name and namespace in other branches
  1. 6 includes/math-expr.inc \ctools_math_expr_stack::count

The stack pointer, points at the first empty space.

Type: int

File

includes/math-expr.inc, line 831
=============================================================================.

Class

ctools_math_expr_stack
Class implementing a simple stack structure, used by ctools_math_expr.

Code

private $count;