JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::WinRTWrapper::ScopedHString Class Reference

#include <juce_win32_WinRTWrapper.h>

Collaboration diagram for juce::WinRTWrapper::ScopedHString:

Public Member Functions

 ScopedHString (String)
 
 ~ScopedHString ()
 
HSTRING get () const noexcept
 

Private Attributes

HSTRING hstr = nullptr
 

Constructor & Destructor Documentation

◆ ScopedHString()

juce::WinRTWrapper::ScopedHString::ScopedHString ( String  )

◆ ~ScopedHString()

juce::WinRTWrapper::ScopedHString::~ScopedHString ( )

Member Function Documentation

◆ get()

HSTRING juce::WinRTWrapper::ScopedHString::get ( ) const
inlinenoexcept

Member Data Documentation

◆ hstr

HSTRING juce::WinRTWrapper::ScopedHString::hstr = nullptr
private

Referenced by get().


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