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