JUCE
Public Member Functions | List of all members
juce::GlobalRef Class Reference

Public Member Functions

 GlobalRef () noexcept
 
 GlobalRef (jobject o)
 
 GlobalRef (const GlobalRef &other)
 
 GlobalRef (GlobalRef &&other) noexcept
 
 ~GlobalRef ()
 
void clear ()
 
GlobalRefoperator= (const GlobalRef &other)
 
GlobalRefoperator= (GlobalRef &&other)
 
 operator jobject () const noexcept
 
jobject get () const noexcept
 
void callVoidMethod (jmethodID methodID,...) const
 

Constructor & Destructor Documentation

◆ GlobalRef() [1/4]

juce::GlobalRef::GlobalRef ( )
noexcept

◆ GlobalRef() [2/4]

juce::GlobalRef::GlobalRef ( jobject  o)
explicit

◆ GlobalRef() [3/4]

juce::GlobalRef::GlobalRef ( const GlobalRef other)

◆ GlobalRef() [4/4]

juce::GlobalRef::GlobalRef ( GlobalRef &&  other)
noexcept

◆ ~GlobalRef()

juce::GlobalRef::~GlobalRef ( )

Member Function Documentation

◆ clear()

void juce::GlobalRef::clear ( )

References juce::getEnv().

◆ operator=() [1/2]

GlobalRef& juce::GlobalRef::operator= ( const GlobalRef other)

◆ operator=() [2/2]

GlobalRef& juce::GlobalRef::operator= ( GlobalRef &&  other)

◆ operator jobject()

juce::GlobalRef::operator jobject ( ) const
noexcept

◆ get()

jobject juce::GlobalRef::get ( ) const
noexcept

◆ callVoidMethod()

void juce::GlobalRef::callVoidMethod ( jmethodID  methodID,
  ... 
) const

References juce::getEnv().


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