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