![]() |
Scanframe Modular Application 0.1.0
|
This is the complete list of members for sf::Value, including all inherited members.
_flt | sf::Value | |
_int | sf::Value | |
_invalidStr | sf::Value | static |
_ptr | sf::Value | |
_ref | sf::Value | |
add(const Value &v) const | sf::Value | |
assign(const Value &v) | sf::Value | |
assign(bool v) | sf::Value | inline |
assign(int v) | sf::Value | inline |
assign(unsigned v) | sf::Value | inline |
assign(flt_type v) | sf::Value | inline |
assign(const char *v) | sf::Value | inline |
assign(const std::string &v) | sf::Value | inline |
assign(const void *v, size_t size) | sf::Value | inline |
calculateOffset(Value value, Value min, Value max, const Value &len, bool clip) | sf::Value | static |
compare(const Value &v) const | sf::Value | |
div(const Value &v) const | sf::Value | |
EType enum name | sf::Value | |
flt_type typedef | sf::Value | |
getBinary() const | sf::Value | |
getData() const | sf::Value | |
getFloat(int *cnv_err) const | sf::Value | |
getFloat() const | sf::Value | inline |
getInteger(int *cnv_err) const | sf::Value | |
getInteger() const | sf::Value | inline |
getSize() const | sf::Value | inline |
getString(int precision=std::numeric_limits< int >::max()) const | sf::Value | |
getType() const | sf::Value | inline |
getType(const std::string_view &type) | sf::Value | static |
getType(EType type) | sf::Value | static |
int_type typedef | sf::Value | |
isNumber() const | sf::Value | inline |
isValid() const | sf::Value | inline |
isZero() const | sf::Value | |
maxBinary enum value | sf::Value | |
maxCustom enum value | sf::Value | |
maxString enum value | sf::Value | |
mod(const Value &v) const | sf::Value | |
mul(const Value &v) const | sf::Value | |
operator bool() const | sf::Value | inlineexplicit |
operator std::string() const | sf::Value | inlineexplicit |
operator!() const | sf::Value | inline |
operator!=(const Value &v) const | sf::Value | inline |
operator% | sf::Value | friend |
operator%=(const Value &v) | sf::Value | inline |
operator* | sf::Value | friend |
operator*=(const Value &v) | sf::Value | inline |
operator+ | sf::Value | friend |
operator+=(const Value &v) | sf::Value | inline |
operator- | sf::Value | friend |
operator-=(const Value &v) | sf::Value | inline |
operator/ | sf::Value | friend |
operator/=(const Value &v) | sf::Value | inline |
operator<(const Value &v) const | sf::Value | inline |
operator<< | sf::Value | friend |
operator<=(const Value &v) const | sf::Value | inline |
operator=(Value &&) noexcept | sf::Value | |
operator=(const Value &v) | sf::Value | inline |
operator=(const std::string &v) | sf::Value | inline |
operator=(const Value *v) | sf::Value | inline |
operator==(const Value &v) const | sf::Value | inline |
operator>(const Value &v) const | sf::Value | inline |
operator>=(const Value &v) const | sf::Value | inline |
operator>> | sf::Value | friend |
round(const Value &v) | sf::Value | |
set(const Value *v) | sf::Value | inline |
set(const Value &v) | sf::Value | |
set(bool v) | sf::Value | inline |
set(int v) | sf::Value | inline |
set(unsigned v) | sf::Value | inline |
set(int_type v) | sf::Value | inline |
set(flt_type v) | sf::Value | inline |
set(const char *v) | sf::Value | inline |
set(const std::string &v) | sf::Value | inline |
set(int type, const void *content, size_t size=0) | sf::Value | |
set(const void *v, size_t size) | sf::Value | inline |
setType(EType type) | sf::Value | |
sub(const Value &v) const | sf::Value | |
Value() | sf::Value | |
Value(Value &&) noexcept | sf::Value | |
Value(const Value &v) | sf::Value | |
Value(const Value *v) | sf::Value | explicit |
Value(EType type) | sf::Value | explicit |
Value(flt_type v) | sf::Value | explicit |
Value(const char *v) | sf::Value | explicit |
Value(const std::string &v) | sf::Value | explicit |
Value(bool v) | sf::Value | explicit |
Value(int v) | sf::Value | explicit |
Value(unsigned v) | sf::Value | explicit |
Value(int_type v) | sf::Value | explicit |
Value(const void *v, size_t size) | sf::Value | |
Value(EType type, const void *content, size_t size=0) | sf::Value | |
vector_type typedef | sf::Value | |
vitBinary enum value | sf::Value | |
vitCustom enum value | sf::Value | |
vitFloat enum value | sf::Value | |
vitInteger enum value | sf::Value | |
vitInvalid enum value | sf::Value | |
vitReference enum value | sf::Value | |
vitString enum value | sf::Value | |
vitUndefined enum value | sf::Value | |
~Value() | sf::Value |