OpenShot Library | libopenshot-audio 0.2.0
|
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 |
Definition at line 1315 of file juce_String.cpp.
|
inline |
Definition at line 1317 of file juce_String.cpp.
|
inline |
Definition at line 1323 of file juce_String.cpp.
|
inline |
Definition at line 1330 of file juce_String.cpp.
String juce::StringCreationHelper::result |
Definition at line 1345 of file juce_String.cpp.
String::CharPointerType juce::StringCreationHelper::source { nullptr } |
Definition at line 1346 of file juce_String.cpp.
String::CharPointerType juce::StringCreationHelper::dest { nullptr } |
Definition at line 1346 of file juce_String.cpp.
size_t juce::StringCreationHelper::allocatedBytes |
Definition at line 1347 of file juce_String.cpp.
size_t juce::StringCreationHelper::bytesWritten = 0 |
Definition at line 1347 of file juce_String.cpp.