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 <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 |
![]() | |
virtual | ~I_LexAttr ()=0 |
|
noexcept |
Definition at line 118 of file LexBase.cpp.
void bux::C_IntegerLex::negate | ( | ) |
Definition at line 123 of file LexBase.cpp.
void bux::C_IntegerLex::prependPlus | ( | ) |
Definition at line 128 of file LexBase.cpp.
|
inline |
Definition at line 169 of file LexBase.h.
Referenced by bux::toInt().