libscratchcpp
A library for C++ based Scratch project players
Loading...
Searching...
No Matches
compiler.h File Reference
#include <unordered_set>
#include <vector>
#include "global.h"
#include "enum_bitmask.h"
#include "spimpl.h"
Include dependency graph for compiler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libscratchcpp::Compiler
 The Compiler class provides API for compiling Scratch scripts. More...
 

Namespaces

namespace  libscratchcpp
 The main namespace of the library.
 

Macros

#define BLOCK_EXPORT   extern "C" LIBSCRATCHCPP_EXPORT
 

Functions

constexpr bool libscratchcpp::enable_enum_bitmask (Compiler::StaticType)
 

Macro Definition Documentation

◆ BLOCK_EXPORT

#define BLOCK_EXPORT   extern "C" LIBSCRATCHCPP_EXPORT