fcml
1.2.2
|
This is the complete list of members for fcml::Integer, including all inherited members.
getInt16() const | fcml::Integer | inline |
getInt32() const | fcml::Integer | inline |
getInt64() const | fcml::Integer | inline |
getInt8() const | fcml::Integer | inline |
getSize() const | fcml::Integer | inline |
int16(fcml_int16_t value) | fcml::Integer | inlinestatic |
int32(fcml_int32_t value) | fcml::Integer | inlinestatic |
int64(fcml_int64_t value) | fcml::Integer | inlinestatic |
int8(fcml_int8_t value) | fcml::Integer | inlinestatic |
Integer() | fcml::Integer | inline |
Integer(fcml_int8_t value) | fcml::Integer | inline |
Integer(fcml_int16_t value) | fcml::Integer | inline |
Integer(fcml_int32_t value) | fcml::Integer | inline |
Integer(fcml_int64_t value) | fcml::Integer | inline |
Integer(fcml_uint8_t value) | fcml::Integer | inline |
Integer(fcml_uint16_t value) | fcml::Integer | inline |
Integer(fcml_uint32_t value) | fcml::Integer | inline |
Integer(fcml_uint64_t value) | fcml::Integer | inline |
isSigned() const | fcml::Integer | inline |
operator fcml_int16_t() const | fcml::Integer | inline |
operator fcml_int32_t() const | fcml::Integer | inline |
operator fcml_int64_t() const | fcml::Integer | inline |
operator fcml_int8_t() const | fcml::Integer | inline |
operator fcml_uint16_t() const | fcml::Integer | inline |
operator fcml_uint32_t() const | fcml::Integer | inline |
operator fcml_uint64_t() const | fcml::Integer | inline |
operator fcml_uint8_t() const | fcml::Integer | inline |
operator!=(const fcml_uint8_t value) const | fcml::Integer | inline |
operator!=(const fcml_int8_t value) const | fcml::Integer | inline |
operator!=(const fcml_uint16_t value) const | fcml::Integer | inline |
operator!=(const fcml_int16_t value) const | fcml::Integer | inline |
operator!=(const fcml_uint32_t value) const | fcml::Integer | inline |
operator!=(const fcml_int32_t value) const | fcml::Integer | inline |
operator!=(const fcml_uint64_t value) const | fcml::Integer | inline |
operator!=(const fcml_int64_t value) const | fcml::Integer | inline |
operator!=(const Integer &value) const | fcml::Integer | inline |
operator*(const Integer &src) const | fcml::Integer | inline |
operator*=(const Integer &arg) | fcml::Integer | inline |
operator+(const Integer &src) const | fcml::Integer | inline |
operator+=(const Integer &arg) | fcml::Integer | inline |
operator-(const Integer &src) const | fcml::Integer | inline |
operator-=(const Integer &arg) | fcml::Integer | inline |
operator/(const Integer &src) const | fcml::Integer | inline |
operator/=(const Integer &arg) | fcml::Integer | inline |
operator==(const fcml_uint8_t value) const | fcml::Integer | inline |
operator==(const fcml_int8_t value) const | fcml::Integer | inline |
operator==(const fcml_uint16_t value) const | fcml::Integer | inline |
operator==(const fcml_int16_t value) const | fcml::Integer | inline |
operator==(const fcml_uint32_t value) const | fcml::Integer | inline |
operator==(const fcml_int32_t value) const | fcml::Integer | inline |
operator==(const fcml_uint64_t value) const | fcml::Integer | inline |
operator==(const fcml_int64_t value) const | fcml::Integer | inline |
operator==(const Integer &value) const | fcml::Integer | inline |
setInt16(fcml_int16_t int16) | fcml::Integer | inline |
setInt32(fcml_int32_t int32) | fcml::Integer | inline |
setInt64(fcml_int64_t int64) | fcml::Integer | inline |
setInt8(fcml_int8_t int8) | fcml::Integer | inline |
setSigned(fcml_bool isSigned) | fcml::Integer | inline |
setSize(fcml_usize size) | fcml::Integer | inline |
uint16(fcml_uint16_t value) | fcml::Integer | inlinestatic |
uint32(fcml_uint32_t value) | fcml::Integer | inlinestatic |
uint64(fcml_uint64_t value) | fcml::Integer | inlinestatic |
uint8(fcml_uint8_t value) | fcml::Integer | inlinestatic |
~Integer() | fcml::Integer | inlinevirtual |