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
ImplLR1.h
Go to the documentation of this file.
1#pragma once
2
7#include "ParserBase.h" // bux::FC_GetRelLexT<>, LexBase.h
8#include "XAutoPtr.h" // bux::C_AutoNode<>
9
10namespace bux {
11namespace LR1 {
12
13//
14// Types
15//
18
19//
20// Function Templates
21//
23
24} // namespace LR1
25} //namespace bux
FC_GetRelLexT< I_LexAttr, C_AutoNode > FC_GetRelLex
Definition ImplLR1.h:16
C_RetLvalT< I_LexAttr, C_AutoNode > C_RetLval
Definition ImplLR1.h:17
THE common namespace of bux library.
Definition AtomiX.cpp:3
T_Value index2value(U_K2V< T_Key, T_Value > k2v, T_ValueOrSize valOrSz, T_LexID key)
Definition ParserBase.h:111