OpenShot Library | libopenshot-audio 0.2.0
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
 

Detailed Description

Definition at line 1315 of file juce_String.cpp.

Constructor & Destructor Documentation

◆ StringCreationHelper() [1/2]

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

Definition at line 1317 of file juce_String.cpp.

◆ StringCreationHelper() [2/2]

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

Definition at line 1323 of file juce_String.cpp.

Member Function Documentation

◆ write()

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

Definition at line 1330 of file juce_String.cpp.

Member Data Documentation

◆ result

String juce::StringCreationHelper::result

Definition at line 1345 of file juce_String.cpp.

◆ source

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

Definition at line 1346 of file juce_String.cpp.

◆ dest

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

Definition at line 1346 of file juce_String.cpp.

◆ allocatedBytes

size_t juce::StringCreationHelper::allocatedBytes

Definition at line 1347 of file juce_String.cpp.

◆ bytesWritten

size_t juce::StringCreationHelper::bytesWritten = 0

Definition at line 1347 of file juce_String.cpp.


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