Base Framework
|
This is the complete list of members for LongInteger, including all inherited members.
FLAG_ALLOW_SIGN enum value (defined in LongInteger) | LongInteger | |
FLAG_ALLOW_SPACES enum value (defined in LongInteger) | LongInteger | |
FLAG_DEFAULT enum value (defined in LongInteger) | LongInteger | |
getValue() const noexcept | LongInteger | inline |
LongInteger() noexcept | LongInteger | inline |
LongInteger(long long value) noexcept | LongInteger | inline |
LongInteger(const LongInteger ©) noexcept | LongInteger | inline |
MAXIMUM | LongInteger | static |
MINIMUM | LongInteger | static |
operator long long() const noexcept | LongInteger | inline |
operator=(const LongInteger &assign) noexcept | LongInteger | inline |
parse(const char *src, const char *end, unsigned int flags=FLAG_DEFAULT) | LongInteger | static |
parse(const String &string, unsigned int flags=FLAG_DEFAULT) | LongInteger | inlinestatic |
setValue(long long value) noexcept | LongInteger | inline |
SIGNED | LongInteger | static |
value | LongInteger | protected |