MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getIntValue

Method getIntValue

JUCE/modules/juce_core/text/juce_String.cpp:1880–1880  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

1878
1879//==============================================================================
1880int String::getIntValue() const noexcept { return text.getIntValue32(); }
1881int64 String::getLargeIntValue() const noexcept { return text.getIntValue64(); }
1882float String::getFloatValue() const noexcept { return (float) getDoubleValue(); }
1883double String::getDoubleValue() const noexcept { return text.getDoubleValue(); }

Callers 15

getVersionMajorMethod · 0.45
getVersionMinorMethod · 0.45
getVersionRevisionMethod · 0.45
parseStringMethod · 0.45
getStackFrameMethod · 0.45
buttonClickedMethod · 0.45
mouseDoubleClickMethod · 0.45
compareElementsMethod · 0.45
formatDataMethod · 0.45
labelTextChangedMethod · 0.45

Calls 1

getIntValue32Method · 0.45

Tested by

no test coverage detected