This is the complete list of members for XJ::ValueUtils, including all inherited members.
dividedBy(float divisor, const std::set< int > &originals) | XJ::ValueUtils | static |
eitherOr(float d1, float d2) | XJ::ValueUtils | static |
eitherOr(std::string s1, std::string s2) | XJ::ValueUtils | static |
emptyZero(int value) | XJ::ValueUtils | static |
enforceMaxStereo(int value) | XJ::ValueUtils | static |
factors(long target, std::vector< int > testFactors) | XJ::ValueUtils | static |
gcd(long a, long b) | XJ::ValueUtils | static |
getKeyOfHighestValue(const std::map< UUID, int > &map) | XJ::ValueUtils | static |
HOURS_PER_DAY | XJ::ValueUtils | static |
interpolate(float floor, float ceiling, float position) | XJ::ValueUtils | static |
isInteger(const std::string &raw) | XJ::ValueUtils | static |
k(int value) | XJ::ValueUtils | static |
last(int num, std::vector< std::string > list) | XJ::ValueUtils | static |
limitDecimalPrecision(float value) | XJ::ValueUtils | static |
MICROS_PER_MILLI | XJ::ValueUtils | static |
MICROS_PER_MINUTE | XJ::ValueUtils | static |
MICROS_PER_MINUTE_FLOAT | XJ::ValueUtils | static |
MICROS_PER_SECOND | XJ::ValueUtils | static |
MICROS_PER_SECOND_FLOAT | XJ::ValueUtils | static |
MILLIS_PER_SECOND | XJ::ValueUtils | static |
MINUTES_PER_HOUR | XJ::ValueUtils | static |
multipleFloor(int factor, float value) | XJ::ValueUtils | static |
NANOS_PER_MICRO | XJ::ValueUtils | static |
NANOS_PER_SECOND | XJ::ValueUtils | static |
randomFrom(std::vector< std::string > from) | XJ::ValueUtils | static |
randomFrom(std::vector< std::string > from, int num) | XJ::ValueUtils | static |
ratio(float value, float limit) | XJ::ValueUtils | static |
roundToNearest(int N, int value) | XJ::ValueUtils | static |
SECONDS_PER_DAY | XJ::ValueUtils | static |
SECONDS_PER_HOUR | XJ::ValueUtils | static |
SECONDS_PER_MINUTE | XJ::ValueUtils | static |
subDiv(int numerator, int denominator) | XJ::ValueUtils | static |
withIdsRemoved(std::vector< UUID > fromIds, int count) | XJ::ValueUtils | static |