ReactOS 0.4.16-dev-178-g8ba6102
_RPN_STACK Struct Reference
Collaboration diagram for _RPN_STACK:

Public Attributes

ULONG Size
 
ULONG Sp
 
RPN_OP Ops [1]
 

Detailed Description

Definition at line 74 of file kdb_expr.c.

Member Data Documentation

◆ Ops

RPN_OP _RPN_STACK::Ops[1]

Definition at line 78 of file kdb_expr.c.

◆ Size

ULONG _RPN_STACK::Size

Definition at line 76 of file kdb_expr.c.

Referenced by KdbpRpnParseExpression().

◆ Sp

ULONG _RPN_STACK::Sp

Definition at line 77 of file kdb_expr.c.

Referenced by KdbpRpnParseExpression().


The documentation for this struct was generated from the following file: