|
bux API Reference 1.12.3
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.
|
#include <ScannerBase.h>
Public Member Functions | |
| constexpr | C_ActionRet (T_LexID id, I_LexAttr *unownedAttr=nullptr) |
| C_ActionRet () | |
Public Attributes | |
| T_LexID | m_id |
| I_LexAttr * | m_pAttr |
| newed | |
Definition at line 27 of file ScannerBase.h.
Definition at line 32 of file ScannerBase.h.
|
inline |
Definition at line 34 of file ScannerBase.h.
References m_pAttr.
| T_LexID bux::C_ActionRet::m_id |
Definition at line 29 of file ScannerBase.h.
Referenced by bux::C_ScannerImpl< T_Input, T_State, T_Char, C_Traits >::add(), and C_ActionRet().
| I_LexAttr* bux::C_ActionRet::m_pAttr |
newed
Definition at line 30 of file ScannerBase.h.
Referenced by bux::C_ScannerImpl< T_Input, T_State, T_Char, C_Traits >::add(), C_ActionRet(), and C_ActionRet().