JUCE
|
Public Member Functions | |
ObjCBlock () | |
template<typename R , class C , typename... P> | |
ObjCBlock (C *_this, R(C::*fn)(P...)) | |
ObjCBlock (BlockType b) | |
ObjCBlock & | operator= (const BlockType &other) |
bool | operator== (const void *ptr) const |
bool | operator!= (const void *ptr) const |
~ObjCBlock () | |
operator BlockType () | |
juce::ObjCBlock< BlockType >::ObjCBlock | ( | ) |
juce::ObjCBlock< BlockType >::ObjCBlock | ( | C * | _this, |
R(C::*)(P...) | fn | ||
) |
juce::ObjCBlock< BlockType >::ObjCBlock | ( | BlockType | b | ) |
juce::ObjCBlock< BlockType >::~ObjCBlock | ( | ) |
ObjCBlock& juce::ObjCBlock< BlockType >::operator= | ( | const BlockType & | other | ) |
References juce::StandardApplicationCommandIDs::copy.
bool juce::ObjCBlock< BlockType >::operator== | ( | const void * | ptr | ) | const |
bool juce::ObjCBlock< BlockType >::operator!= | ( | const void * | ptr | ) | const |
juce::ObjCBlock< BlockType >::operator BlockType | ( | ) |