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::C_ActionRet Struct Reference

#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_LexAttrm_pAttr
 newed
 

Detailed Description

Definition at line 26 of file ScannerBase.h.

Constructor & Destructor Documentation

◆ C_ActionRet() [1/2]

bux::C_ActionRet::C_ActionRet ( T_LexID id,
I_LexAttr * unownedAttr = nullptr )
inlineconstexpr

Definition at line 31 of file ScannerBase.h.

◆ C_ActionRet() [2/2]

bux::C_ActionRet::C_ActionRet ( )
inline

Definition at line 33 of file ScannerBase.h.

Member Data Documentation

◆ m_id

T_LexID bux::C_ActionRet::m_id

◆ m_pAttr

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().


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