LMMS
Loading...
Searching...
No Matches
juce::jpeglibNamespace::water::NumberToStringConverters Namespace Reference

Enumerations

enum  { charsNeededForInt = 32 , charsNeededForDouble = 48 }

Functions

template<typename Type>
static char * printDigits (char *t, Type v) noexcept
static char * numberToString (char *t, const int64 n) noexcept

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
charsNeededForInt 
charsNeededForDouble 

Function Documentation

◆ numberToString()

char * juce::jpeglibNamespace::water::NumberToStringConverters::numberToString ( char * t,
const int64 n )
inlinestaticnoexcept

◆ printDigits()

template<typename Type>
char * juce::jpeglibNamespace::water::NumberToStringConverters::printDigits ( char * t,
Type v )
inlinestaticnoexcept