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 <ParserBase.h>
Public Member Functions | |
constexpr | U_K2V (const C_KVPair< T_Key, T_Value > *table) |
constexpr | U_K2V (int(*conv)(T_Key)) |
Public Attributes | |
const C_KVPair< T_Key, T_Value > * | m_table |
int(* | m_conv )(T_Key) |
Definition at line 48 of file ParserBase.h.
|
inlineconstexpr |
Definition at line 53 of file ParserBase.h.
|
inlineconstexpr |
Definition at line 54 of file ParserBase.h.
int(* bux::U_K2V< T_Key, T_Value >::m_conv) (T_Key) |
Definition at line 51 of file ParserBase.h.
Referenced by bux::index2value(), and bux::GLR::index2values().
const C_KVPair<T_Key,T_Value>* bux::U_K2V< T_Key, T_Value >::m_table |
Definition at line 50 of file ParserBase.h.
Referenced by bux::index2value(), and bux::GLR::index2values().