MCPcopy Create free account
hub / github.com/Tracktion/choc / toString

Method toString

choc/text/choc_UTF8.h:528–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528inline std::string LineAndColumn::toString() const { return std::to_string (line) + ':' + std::to_string (column); }
529
530//==============================================================================
531inline uint32_t convertUnicodeCodepointToUTF8 (char* dest, UnicodeChar unicodeChar)

Callers 15

registerConsoleFunctionsFunction · 0.45
getMetadataChunkSizeMethod · 0.45
writeMetadataChunkMethod · 0.45
getMetadataSize_BWAVMethod · 0.45
writeMetadata_BWAVMethod · 0.45
getMetadataSize_LISTMethod · 0.45
writeMetadata_LISTMethod · 0.45
getMetadataSize_TrknMethod · 0.45
writeMetadata_TrknMethod · 0.45
getMetadataSize_AXMLMethod · 0.45
writeMetadata_AXMLMethod · 0.45
writePaddedStringMethod · 0.45

Calls

no outgoing calls

Tested by 2

testStringUtilitiesFunction · 0.36
testValuesFunction · 0.36