|
bool | juce::operator== (const var &v1, const var &v2) noexcept |
|
bool | juce::operator!= (const var &v1, const var &v2) noexcept |
|
bool | juce::operator== (const var &v1, const String &v2) |
|
bool | juce::operator!= (const var &v1, const String &v2) |
|
bool | juce::operator== (const var &v1, const char *const v2) |
|
bool | juce::operator!= (const var &v1, const char *const v2) |
|
int64 | juce::juce_fileSetPosition (void *handle, int64 pos) |
|
OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const BigInteger &value) |
|
OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const MemoryOutputStream &streamToRead) |
|
int | juce::juce_siginterrupt (int sig, int flag) |
|
JUCE_API String | juce::translate (const String &text) |
|
JUCE_API String | juce::translate (const char *text) |
|
JUCE_API String | juce::translate (CharPointer_UTF8 text) |
|
JUCE_API String | juce::translate (const String &text, const String &resultIfNotFound) |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, const char *s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, const char *s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, const wchar_t *s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, const wchar_t *s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, StringRef s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, StringRef s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, const CharPointer_UTF8 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, const CharPointer_UTF8 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, const CharPointer_UTF16 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, const CharPointer_UTF16 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator== (const String &s1, const CharPointer_UTF32 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator!= (const String &s1, const CharPointer_UTF32 s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator> (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator< (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator>= (const String &s1, const String &s2) noexcept |
|
JUCE_API bool JUCE_CALLTYPE | juce::operator<= (const String &s1, const String &s2) noexcept |
|
JUCE_API String JUCE_CALLTYPE | juce::operator+ (const char *const s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | juce::operator+ (const wchar_t *const s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | juce::operator+ (const char s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | juce::operator+ (const wchar_t s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | juce::operator+ (String s1, const String &s2) |
|
JUCE_API String JUCE_CALLTYPE | juce::operator+ (String s1, const char *const s2) |
|
JUCE_API String JUCE_CALLTYPE | juce::operator+ (String s1, const wchar_t *s2) |
|
JUCE_API String JUCE_CALLTYPE | juce::operator+ (String s1, const char s2) |
|
JUCE_API String JUCE_CALLTYPE | juce::operator+ (String s1, const wchar_t s2) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const char s2) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const wchar_t s2) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const char *const s2) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const wchar_t *const s2) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const String &s2) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const int number) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const short number) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const long number) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const int64 number) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const float number) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const double number) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &s1, const uint64 number) |
|
JUCE_API OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const String &text) |
|
JUCE_API OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, StringRef text) |
|
JUCE_API String &JUCE_CALLTYPE | juce::operator<< (String &string1, const NewLine &) |
|
JUCE_API OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const int number) |
|
JUCE_API OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const int64 number) |
|
JUCE_API OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const double number) |
|
JUCE_API OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const char character) |
|
JUCE_API OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const char *const text) |
|
JUCE_API OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const MemoryBlock &data) |
|
JUCE_API OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const File &fileToRead) |
|
JUCE_API OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, InputStream &streamToRead) |
|
JUCE_API OutputStream &JUCE_CALLTYPE | juce::operator<< (OutputStream &stream, const NewLine &) |
|
void JUCE_API | juce::juce_threadEntryPoint (void *userData) |
|
RelativeTime | juce::operator+ (RelativeTime t1, RelativeTime t2) noexcept |
|
RelativeTime | juce::operator- (RelativeTime t1, RelativeTime t2) noexcept |
|
bool | juce::operator== (RelativeTime t1, RelativeTime t2) noexcept |
|
bool | juce::operator!= (RelativeTime t1, RelativeTime t2) noexcept |
|
bool | juce::operator> (RelativeTime t1, RelativeTime t2) noexcept |
|
bool | juce::operator< (RelativeTime t1, RelativeTime t2) noexcept |
|
bool | juce::operator>= (RelativeTime t1, RelativeTime t2) noexcept |
|
bool | juce::operator<= (RelativeTime t1, RelativeTime t2) noexcept |
|
uint32 | juce::juce_millisecondsSinceStartup () noexcept |
|
Time | juce::operator+ (Time time, RelativeTime delta) noexcept |
|
Time | juce::operator- (Time time, RelativeTime delta) noexcept |
|
Time | juce::operator+ (RelativeTime delta, Time time) noexcept |
|
const RelativeTime | juce::operator- (Time time1, Time time2) noexcept |
|
bool | juce::operator== (Time time1, Time time2) noexcept |
|
bool | juce::operator!= (Time time1, Time time2) noexcept |
|
bool | juce::operator< (Time time1, Time time2) noexcept |
|
bool | juce::operator> (Time time1, Time time2) noexcept |
|
bool | juce::operator<= (Time time1, Time time2) noexcept |
|
bool | juce::operator>= (Time time1, Time time2) noexcept |
|
File | juce::juce_getExecutableFile () |
|
void | juce::juce_runSystemCommand (const String &) |
|
String | juce::juce_getOutputFromCommand (const String &) |
|
void * | juce::threadEntryProc (void *) |
|