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 <LexBase.h>
Public Member Functions | |
C_IntegerLex (std::string_view numstr, int _radix) noexcept | |
void | negate () |
void | prependPlus () |
auto | radix () const noexcept |
auto & | str () const noexcept |
template<class T > requires std::is_arithmetic_v<T> | |
auto | value () const |
Public Member Functions inherited from bux::I_LexAttr | |
virtual | ~I_LexAttr ()=0 |
|
noexcept |
Definition at line 138 of file LexBase.cpp.
void bux::C_IntegerLex::negate | ( | ) |
Definition at line 143 of file LexBase.cpp.
void bux::C_IntegerLex::prependPlus | ( | ) |
Definition at line 148 of file LexBase.cpp.
|
inline |
Definition at line 168 of file LexBase.h.
References RUNTIME_ERROR.
Referenced by bux::toInt().