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
include
bux
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
10
namespace
bux
{
11
namespace
LR1 {
12
13
//
14
// Types
15
//
16
typedef
FC_GetRelLexT<I_LexAttr,C_AutoNode>
FC_GetRelLex
;
17
typedef
C_RetLvalT<I_LexAttr,C_AutoNode>
C_RetLval
;
18
19
//
20
// Function Templates
21
//
22
using
bux::index2value
;
23
24
}
// namespace LR1
25
}
//namespace bux
ParserBase.h
XAutoPtr.h
bux::FC_GetRelLexT
Definition
ParserBase.h:24
bux::LR1::FC_GetRelLex
FC_GetRelLexT< I_LexAttr, C_AutoNode > FC_GetRelLex
Definition
ImplLR1.h:16
bux::LR1::C_RetLval
C_RetLvalT< I_LexAttr, C_AutoNode > C_RetLval
Definition
ImplLR1.h:17
bux
THE common namespace of bux library.
Definition
AtomiX.cpp:3
bux::index2value
T_Value index2value(U_K2V< T_Key, T_Value > k2v, T_ValueOrSize valOrSz, T_LexID key)
Definition
ParserBase.h:111
bux::C_RetLvalT
Definition
LexBase.h:75
Generated by
1.12.0