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
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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
 
String::CharPointerType dest
 
size_t allocatedBytes
 
size_t bytesWritten
 

Detailed Description

Definition at line 1309 of file juce_String.cpp.

Constructor & Destructor Documentation

◆ StringCreationHelper() [1/2]

juce::StringCreationHelper::StringCreationHelper ( size_t  initialBytes)

Definition at line 1311 of file juce_String.cpp.

◆ StringCreationHelper() [2/2]

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

Definition at line 1317 of file juce_String.cpp.

Member Function Documentation

◆ write()

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

Definition at line 1324 of file juce_String.cpp.

Member Data Documentation

◆ allocatedBytes

size_t juce::StringCreationHelper::allocatedBytes

Definition at line 1341 of file juce_String.cpp.

◆ bytesWritten

size_t juce::StringCreationHelper::bytesWritten

Definition at line 1341 of file juce_String.cpp.

◆ dest

String::CharPointerType juce::StringCreationHelper::dest

Definition at line 1340 of file juce_String.cpp.

◆ result

String juce::StringCreationHelper::result

Definition at line 1339 of file juce_String.cpp.

◆ source

String::CharPointerType juce::StringCreationHelper::source

Definition at line 1340 of file juce_String.cpp.


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