Source Code (Use browser search to find items of interest.)

Class Index

kspread'stack_item (./koffice/kspread/plugins/calculator/kcalc.h:135)

typedef struct stack_item {

	/* Contents of an item on the input stack */

	stack_ptr	prior_item;		/* Pointer to prior item */
	stack_ptr	prior_type;		/* Pointer to prior type */
	item_contents	item_value;		/* The value of the item */