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
Static Public Member Functions | List of all members
juce::LuaTokeniserFunctions Struct Reference

Static Public Member Functions

static bool isReservedKeyword (String::CharPointerType token, const int tokenLength) noexcept
 
template<typename Iterator >
static int parseIdentifier (Iterator &source) noexcept
 
template<typename Iterator >
static int readNextToken (Iterator &source)
 

Detailed Description

Definition at line 29 of file juce_LuaCodeTokeniser.cpp.

Member Function Documentation

◆ isReservedKeyword()

static bool juce::LuaTokeniserFunctions::isReservedKeyword ( String::CharPointerType  token,
const int  tokenLength 
)
staticnoexcept

Definition at line 31 of file juce_LuaCodeTokeniser.cpp.

◆ parseIdentifier()

template<typename Iterator >
static int juce::LuaTokeniserFunctions::parseIdentifier ( Iterator &  source)
staticnoexcept

Definition at line 78 of file juce_LuaCodeTokeniser.cpp.

◆ readNextToken()

template<typename Iterator >
static int juce::LuaTokeniserFunctions::readNextToken ( Iterator &  source)
static

Definition at line 106 of file juce_LuaCodeTokeniser.cpp.


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