ReactOS 0.4.15-dev-7834-g00c4b3d
_RPN_OP Struct Reference
Collaboration diagram for _RPN_OP:

Public Attributes

RPN_OP_TYPE Type
 
ULONG CharacterOffset
 
union {
   RPN_BINARY_OPERATOR   BinaryOperator
 
   ULONGLONG   Immediate
 
   UCHAR   Register
 
   UCHAR   DerefMemorySize
 
Data
 

Detailed Description

Definition at line 55 of file kdb_expr.c.

Member Data Documentation

◆ BinaryOperator

RPN_BINARY_OPERATOR _RPN_OP::BinaryOperator

Definition at line 62 of file kdb_expr.c.

Referenced by RpnpEvaluateStack(), and RpnpParseExpression().

◆ CharacterOffset

ULONG _RPN_OP::CharacterOffset

Definition at line 58 of file kdb_expr.c.

Referenced by RpnpEvaluateStack(), and RpnpParseExpression().

◆ 

union { ... } _RPN_OP::Data

◆ DerefMemorySize

UCHAR _RPN_OP::DerefMemorySize

Definition at line 68 of file kdb_expr.c.

Referenced by RpnpEvaluateStack(), and RpnpParseExpression().

◆ Immediate

ULONGLONG _RPN_OP::Immediate

Definition at line 64 of file kdb_expr.c.

Referenced by RpnpEvaluateStack(), and RpnpParseExpression().

◆ Register

UCHAR _RPN_OP::Register

Definition at line 66 of file kdb_expr.c.

Referenced by RpnpEvaluateStack(), and RpnpParseExpression().

◆ Type

RPN_OP_TYPE _RPN_OP::Type

Definition at line 57 of file kdb_expr.c.

Referenced by RpnpEvaluateStack(), and RpnpParseExpression().


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