LMMS
Loading...
Searching...
No Matches
juce::StringCreationHelper Struct Reference

Public Member Functions

 StringCreationHelper (size_t initialBytes)
 StringCreationHelper (const String::CharPointerType s)
void write (juce_wchar c)

Public Attributes

String result
String::CharPointerType source { nullptr }
String::CharPointerType dest { nullptr }
size_t allocatedBytes
size_t bytesWritten = 0

Constructor & Destructor Documentation

◆ StringCreationHelper() [1/2]

juce::StringCreationHelper::StringCreationHelper ( size_t initialBytes)
inline

◆ StringCreationHelper() [2/2]

juce::StringCreationHelper::StringCreationHelper ( const String::CharPointerType s)
inline

Member Function Documentation

◆ write()

void juce::StringCreationHelper::write ( juce_wchar c)
inline

Member Data Documentation

◆ allocatedBytes

size_t juce::StringCreationHelper::allocatedBytes

◆ bytesWritten

size_t juce::StringCreationHelper::bytesWritten = 0

◆ dest

String::CharPointerType juce::StringCreationHelper::dest { nullptr }

◆ result

String juce::StringCreationHelper::result

◆ source

String::CharPointerType juce::StringCreationHelper::source { nullptr }

The documentation for this struct was generated from the following file: