Base Framework
Integer Member List

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 noexceptIntegerinline
Integer() noexceptIntegerinline
Integer(int value) noexceptIntegerinline
Integer(const Integer &copy) noexceptIntegerinline
MAXIMUMIntegerstatic
MINIMUMIntegerstatic
operator int() const noexceptIntegerinline
operator=(const Integer &assign) noexceptIntegerinline
operator=(int value) noexceptIntegerinline
parse(const char *src, const char *end, unsigned int flags=FLAG_DEFAULT)Integerstatic
parse(const String &string, unsigned int flags=FLAG_DEFAULT)Integerinlinestatic
parse(const wchar *src, const wchar *end, unsigned int flags=FLAG_DEFAULT)Integerstatic
parse(const ucs4 *src, const ucs4 *end, unsigned int flags=FLAG_DEFAULT)Integerstatic
parse(const WideString &string, unsigned int flags=FLAG_DEFAULT)Integerinlinestatic
setValue(int value) noexceptIntegerinline
SIGNEDIntegerstatic
valueIntegerprotected