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.
|
#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 26 of file ScannerBase.h.
Definition at line 31 of file ScannerBase.h.
|
inline |
Definition at line 33 of file ScannerBase.h.
T_LexID bux::C_ActionRet::m_id |
Definition at line 28 of file ScannerBase.h.
Referenced by bux::C_ScannerImpl< T_Input, T_State, T_Char, C_Traits >::add().
I_LexAttr* bux::C_ActionRet::m_pAttr |
newed
Definition at line 29 of file ScannerBase.h.
Referenced by bux::C_ScannerImpl< T_Input, T_State, T_Char, C_Traits >::add().