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

Public Types

using CharPointerType = String::CharPointerType
using CharType = String::CharPointerType::CharType

Public Attributes

std::atomic< intrefCount { 0 }
size_t allocatedNumBytes = sizeof (CharType)
CharType text [1] { 0 }

Member Typedef Documentation

◆ CharPointerType

using juce::StringHolder::CharPointerType = String::CharPointerType

◆ CharType

using juce::StringHolder::CharType = String::CharPointerType::CharType

Member Data Documentation

◆ allocatedNumBytes

size_t juce::StringHolder::allocatedNumBytes = sizeof (CharType)

◆ refCount

std::atomic<int> juce::StringHolder::refCount { 0 }

◆ text

CharType juce::StringHolder::text[1] { 0 }

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