|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Public Member Functions | |
| StringCreationHelper (size_t initialBytes) | |
| StringCreationHelper (const String::CharPointerType s) | |
| void | write (juce_wchar c) |
Public Attributes | |
| String | result |
| String::CharPointerType | source |
| String::CharPointerType | dest |
| size_t | allocatedBytes |
| size_t | bytesWritten |
Definition at line 1309 of file juce_String.cpp.
| juce::StringCreationHelper::StringCreationHelper | ( | size_t | initialBytes | ) |
Definition at line 1311 of file juce_String.cpp.
| juce::StringCreationHelper::StringCreationHelper | ( | const String::CharPointerType | s | ) |
Definition at line 1317 of file juce_String.cpp.
| void juce::StringCreationHelper::write | ( | juce_wchar | c | ) |
Definition at line 1324 of file juce_String.cpp.
| size_t juce::StringCreationHelper::allocatedBytes |
Definition at line 1341 of file juce_String.cpp.
| size_t juce::StringCreationHelper::bytesWritten |
Definition at line 1341 of file juce_String.cpp.
| String::CharPointerType juce::StringCreationHelper::dest |
Definition at line 1340 of file juce_String.cpp.
| String juce::StringCreationHelper::result |
Definition at line 1339 of file juce_String.cpp.
| String::CharPointerType juce::StringCreationHelper::source |
Definition at line 1340 of file juce_String.cpp.