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;