bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
Loading...
Searching...
No Matches
bux::LR1::I_ParserPolicy::C_ReduceInfo Struct Reference

#include <LR1.h>

Public Attributes

size_t m_PopLength
 
T_LexID m_ResultID
 
FH_Reduce m_Reduce
 

Detailed Description

Definition at line 34 of file LR1.h.

Member Data Documentation

◆ m_PopLength

size_t bux::LR1::I_ParserPolicy::C_ReduceInfo::m_PopLength

Definition at line 36 of file LR1.h.

◆ m_Reduce

FH_Reduce bux::LR1::I_ParserPolicy::C_ReduceInfo::m_Reduce

Definition at line 38 of file LR1.h.

◆ m_ResultID

T_LexID bux::LR1::I_ParserPolicy::C_ReduceInfo::m_ResultID

Definition at line 37 of file LR1.h.


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