JUCE
Namespaces | Classes | Macros

Namespaces

 littlefoot
 

Classes

struct  littlefoot::Compiler
 This class compiles littlefoot source code into a littlefoot::Program object which can be executed by a littlefoot::Runner. More...
 
struct  littlefoot::LittleFootRemoteHeap< ImplementationClass >
 This class manages the synchronisation of a remote block of heap memory used by a littlefoot program running on a block. More...
 
struct  littlefoot::NativeFunction
 Defines a native function that the program can call. More...
 
struct  littlefoot::Program
 A reference to a block of memory which contains a complete program. More...
 
struct  littlefoot::Runner< programAndHeapSpace, stackAndGlobalsSpace >::FunctionExecutionContext
 
struct  littlefoot::Runner< programAndHeapSpace, stackAndGlobalsSpace >
 Loads a program, and lets the user execute its functions. More...
 

Macros

#define JUCE_DUMP_LITTLEFOOT_HEAP_STATUS   0
 
#define JUCE_LOG_LITTLEFOOT_HEAP(text)
 

Detailed Description

Macro Definition Documentation

◆ JUCE_DUMP_LITTLEFOOT_HEAP_STATUS

#define JUCE_DUMP_LITTLEFOOT_HEAP_STATUS   0

◆ JUCE_LOG_LITTLEFOOT_HEAP

#define JUCE_LOG_LITTLEFOOT_HEAP (   text)