ReactOS 0.4.16-dev-329-g9223134
|
Public Attributes | |
RPN_OP_TYPE | Type |
ULONG | CharacterOffset |
union { | |
RPN_BINARY_OPERATOR BinaryOperator | |
ULONGLONG Immediate | |
UCHAR Register | |
UCHAR DerefMemorySize | |
} | Data |
Definition at line 55 of file kdb_expr.c.
RPN_BINARY_OPERATOR _RPN_OP::BinaryOperator |
Definition at line 62 of file kdb_expr.c.
Referenced by RpnpEvaluateStack(), and RpnpParseExpression().
ULONG _RPN_OP::CharacterOffset |
Definition at line 58 of file kdb_expr.c.
Referenced by RpnpEvaluateStack(), and RpnpParseExpression().
union { ... } _RPN_OP::Data |
Referenced by RpnpEvaluateStack(), and RpnpParseExpression().
UCHAR _RPN_OP::DerefMemorySize |
Definition at line 68 of file kdb_expr.c.
Referenced by RpnpEvaluateStack(), and RpnpParseExpression().
ULONGLONG _RPN_OP::Immediate |
Definition at line 64 of file kdb_expr.c.
Referenced by RpnpEvaluateStack(), and RpnpParseExpression().
UCHAR _RPN_OP::Register |
Definition at line 66 of file kdb_expr.c.
Referenced by RpnpEvaluateStack(), and RpnpParseExpression().
RPN_OP_TYPE _RPN_OP::Type |
Definition at line 57 of file kdb_expr.c.
Referenced by RpnpEvaluateStack(), and RpnpParseExpression().