JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Typedefs
juce_CharacterFunctions.h File Reference

Go to the source code of this file.

Classes

class  juce::CharacterFunctions
 A collection of functions for manipulating characters and character strings. More...
 
struct  juce::CharacterFunctions::HexParser< ResultType >
 Parses a character string, to read a hexadecimal value. More...
 

Namespaces

namespace  juce
 JUCE Namespace.
 

Macros

#define JUCE_NATIVE_WCHAR_IS_UTF8
 This macro will be set to 1 if the compiler's native wchar_t is an 8-bit type.
 
#define JUCE_NATIVE_WCHAR_IS_UTF16
 This macro will be set to 1 if the compiler's native wchar_t is a 16-bit type.
 
#define JUCE_NATIVE_WCHAR_IS_UTF32
 This macro will be set to 1 if the compiler's native wchar_t is a 32-bit type.
 

Typedefs

using juce::juce_wchar = wchar_t
 A platform-independent 32-bit unicode character type.
 

Macro Definition Documentation

◆ JUCE_NATIVE_WCHAR_IS_UTF16

#define JUCE_NATIVE_WCHAR_IS_UTF16

This macro will be set to 1 if the compiler's native wchar_t is a 16-bit type.

Definition at line 35 of file juce_CharacterFunctions.h.

◆ JUCE_NATIVE_WCHAR_IS_UTF32

#define JUCE_NATIVE_WCHAR_IS_UTF32

This macro will be set to 1 if the compiler's native wchar_t is a 32-bit type.

Definition at line 37 of file juce_CharacterFunctions.h.

◆ JUCE_NATIVE_WCHAR_IS_UTF8

#define JUCE_NATIVE_WCHAR_IS_UTF8

This macro will be set to 1 if the compiler's native wchar_t is an 8-bit type.

Definition at line 33 of file juce_CharacterFunctions.h.